Class PodGroupList
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.scheduling.v1alpha2.PodGroupList
-
- All Implemented Interfaces:
Editable<PodGroupListBuilder>,KubernetesResource,KubernetesResourceList<PodGroup>,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PodGroupList extends Object implements Editable<PodGroupListBuilder>, KubernetesResource, KubernetesResourceList<PodGroup>
PodGroupList contains a list of PodGroup resources.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PodGroupList()No args constructor for use in serializationPodGroupList(String apiVersion, List<PodGroup> items, String kind, ListMeta metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodGroupListBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiVersion()APIVersion defines the versioned schema of this representation of an object.List<PodGroup>getItems()Items is the list of PodGroups.StringgetKind()Kind is a string value representing the REST resource this object represents.ListMetagetMetadata()PodGroupList contains a list of PodGroup resources.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<PodGroup> items)Items is the list of PodGroups.voidsetKind(String kind)Kind is a string value representing the REST resource this object represents.voidsetMetadata(ListMeta metadata)PodGroupList contains a list of PodGroup resources.PodGroupListBuildertoBuilder()
-
-
-
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<PodGroup> getItems()
Items is the list of PodGroups.- Specified by:
getItemsin interfaceKubernetesResourceList<PodGroup>
-
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()
PodGroupList contains a list of PodGroup resources.- Specified by:
getMetadatain interfaceKubernetesResourceList<PodGroup>
-
setMetadata
public void setMetadata(ListMeta metadata)
PodGroupList contains a list of PodGroup resources.
-
edit
public PodGroupListBuilder edit()
- Specified by:
editin interfaceEditable<PodGroupListBuilder>
-
toBuilder
public PodGroupListBuilder toBuilder()
-
-