Class JobList
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.batch.v1.JobList
-
- All Implemented Interfaces:
Editable<JobListBuilder>,KubernetesResource,KubernetesResourceList<Job>,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class JobList extends Object implements Editable<JobListBuilder>, KubernetesResource, KubernetesResourceList<Job>
JobList is a collection of jobs.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobListBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiVersion()APIVersion defines the versioned schema of this representation of an object.List<Job>getItems()items is the list of Jobs.StringgetKind()Kind is a string value representing the REST resource this object represents.ListMetagetMetadata()JobList is a collection of jobs.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<Job> items)items is the list of Jobs.voidsetKind(String kind)Kind is a string value representing the REST resource this object represents.voidsetMetadata(ListMeta metadata)JobList is a collection of jobs.JobListBuildertoBuilder()
-
-
-
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<Job> getItems()
items is the list of Jobs.- Specified by:
getItemsin interfaceKubernetesResourceList<Job>
-
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()
JobList is a collection of jobs.- Specified by:
getMetadatain interfaceKubernetesResourceList<Job>
-
setMetadata
public void setMetadata(ListMeta metadata)
JobList is a collection of jobs.
-
edit
public JobListBuilder edit()
- Specified by:
editin interfaceEditable<JobListBuilder>
-
toBuilder
public JobListBuilder toBuilder()
-
-