Class ResourceList

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ResourceListBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ResourceList
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ResourceListBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ResourceList represents a list of resources which are of the same Group/Kind
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceList

        public ResourceList()
        No args constructor for use in serialization
    • Method Detail

      • getGroup

        public String getGroup()
        ResourceList represents a list of resources which are of the same Group/Kind
      • setGroup

        public void setGroup​(String group)
        ResourceList represents a list of resources which are of the same Group/Kind
      • getInstances

        public List<ResourceInstance> getInstances()
        ResourceList represents a list of resources which are of the same Group/Kind
      • setInstances

        public void setInstances​(List<ResourceInstance> instances)
        ResourceList represents a list of resources which are of the same Group/Kind
      • getKind

        public String getKind()
        ResourceList represents a list of resources which are of the same Group/Kind
      • setKind

        public void setKind​(String kind)
        ResourceList represents a list of resources which are of the same Group/Kind
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)