public static interface V1Batch.JobOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Meta.ObjectMeta |
getMetadata()
Standard object's metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata.
|
V1Batch.JobSpec |
getSpec()
Specification of the desired behavior of a job.
|
V1Batch.JobSpecOrBuilder |
getSpecOrBuilder()
Specification of the desired behavior of a job.
|
V1Batch.JobStatus |
getStatus()
Current status of a job.
|
V1Batch.JobStatusOrBuilder |
getStatusOrBuilder()
Current status of a job.
|
boolean |
hasMetadata()
Standard object's metadata.
|
boolean |
hasSpec()
Specification of the desired behavior of a job.
|
boolean |
hasStatus()
Current status of a job.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
Meta.ObjectMeta getMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
boolean hasSpec()
Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v1.JobSpec spec = 2;
V1Batch.JobSpec getSpec()
Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v1.JobSpec spec = 2;
V1Batch.JobSpecOrBuilder getSpecOrBuilder()
Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v1.JobSpec spec = 2;
boolean hasStatus()
Current status of a job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v1.JobStatus status = 3;
V1Batch.JobStatus getStatus()
Current status of a job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v1.JobStatus status = 3;
V1Batch.JobStatusOrBuilder getStatusOrBuilder()
Current status of a job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v1.JobStatus status = 3;
Copyright © 2021. All rights reserved.