Class ResourceList
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.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 Summary
Constructors Constructor Description ResourceList()No args constructor for use in serializationResourceList(String group, List<ResourceInstance> instances, String kind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceListBuilderedit()Map<String,Object>getAdditionalProperties()StringgetGroup()ResourceList represents a list of resources which are of the same Group/KindList<ResourceInstance>getInstances()ResourceList represents a list of resources which are of the same Group/KindStringgetKind()ResourceList represents a list of resources which are of the same Group/KindvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetGroup(String group)ResourceList represents a list of resources which are of the same Group/KindvoidsetInstances(List<ResourceInstance> instances)ResourceList represents a list of resources which are of the same Group/KindvoidsetKind(String kind)ResourceList represents a list of resources which are of the same Group/KindResourceListBuildertoBuilder()
-
-
-
Constructor Detail
-
ResourceList
public ResourceList()
No args constructor for use in serialization
-
ResourceList
public ResourceList(String group, List<ResourceInstance> instances, String kind)
-
-
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
-
edit
public ResourceListBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ResourceListBuilder>
-
toBuilder
public ResourceListBuilder toBuilder()
-
-