Class ResourcePoolStatusRequestList
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.resource.v1alpha3.ResourcePoolStatusRequestList
-
- All Implemented Interfaces:
Editable<ResourcePoolStatusRequestListBuilder>,KubernetesResource,KubernetesResourceList<ResourcePoolStatusRequest>,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ResourcePoolStatusRequestList extends Object implements Editable<ResourcePoolStatusRequestListBuilder>, KubernetesResource, KubernetesResourceList<ResourcePoolStatusRequest>
ResourcePoolStatusRequestList is a collection of ResourcePoolStatusRequests.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourcePoolStatusRequestList()No args constructor for use in serializationResourcePoolStatusRequestList(String apiVersion, List<ResourcePoolStatusRequest> items, String kind, ListMeta metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcePoolStatusRequestListBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiVersion()APIVersion defines the versioned schema of this representation of an object.List<ResourcePoolStatusRequest>getItems()Items is the list of ResourcePoolStatusRequests.StringgetKind()Kind is a string value representing the REST resource this object represents.ListMetagetMetadata()ResourcePoolStatusRequestList is a collection of ResourcePoolStatusRequests.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetApiVersion(String apiVersion)APIVersion defines the versioned schema of this representation of an object.voidsetItems(List<ResourcePoolStatusRequest> items)Items is the list of ResourcePoolStatusRequests.voidsetKind(String kind)Kind is a string value representing the REST resource this object represents.voidsetMetadata(ListMeta metadata)ResourcePoolStatusRequestList is a collection of ResourcePoolStatusRequests.ResourcePoolStatusRequestListBuildertoBuilder()
-
-
-
Constructor Detail
-
ResourcePoolStatusRequestList
public ResourcePoolStatusRequestList()
No args constructor for use in serialization
-
ResourcePoolStatusRequestList
public ResourcePoolStatusRequestList(String apiVersion, List<ResourcePoolStatusRequest> items, String kind, ListMeta metadata)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-
setApiVersion
public void setApiVersion(String apiVersion)
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-
getItems
public List<ResourcePoolStatusRequest> getItems()
Items is the list of ResourcePoolStatusRequests.- Specified by:
getItemsin interfaceKubernetesResourceList<ResourcePoolStatusRequest>
-
setItems
public void setItems(List<ResourcePoolStatusRequest> items)
Items is the list of ResourcePoolStatusRequests.
-
getKind
public String getKind()
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
setKind
public void setKind(String kind)
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
getMetadata
public ListMeta getMetadata()
ResourcePoolStatusRequestList is a collection of ResourcePoolStatusRequests.- Specified by:
getMetadatain interfaceKubernetesResourceList<ResourcePoolStatusRequest>
-
setMetadata
public void setMetadata(ListMeta metadata)
ResourcePoolStatusRequestList is a collection of ResourcePoolStatusRequests.
-
edit
public ResourcePoolStatusRequestListBuilder edit()
- Specified by:
editin interfaceEditable<ResourcePoolStatusRequestListBuilder>
-
toBuilder
public ResourcePoolStatusRequestListBuilder toBuilder()
-
-