Package io.kubernetes.client.proto
Interface V2alpha1Batch.JobTemplateSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V2alpha1Batch.JobTemplateSpec
,V2alpha1Batch.JobTemplateSpec.Builder
- Enclosing class:
- V2alpha1Batch
public static interface V2alpha1Batch.JobTemplateSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionStandard object's metadata of the jobs created from this template.Standard object's metadata of the jobs created from this template.getSpec()
Specification of the desired behavior of the job.Specification of the desired behavior of the job.boolean
Standard object's metadata of the jobs created from this template.boolean
hasSpec()
Specification of the desired behavior of the job.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Standard object's metadata of the jobs created from this template. 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;
-
getMetadata
Meta.ObjectMeta getMetadata()Standard object's metadata of the jobs created from this template. 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;
-
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()Standard object's metadata of the jobs created from this template. 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;
-
hasSpec
boolean hasSpec()Specification of the desired behavior of the 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;
-
getSpec
V1Batch.JobSpec getSpec()Specification of the desired behavior of the 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;
-
getSpecOrBuilder
V1Batch.JobSpecOrBuilder getSpecOrBuilder()Specification of the desired behavior of the 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;
-