public static interface V1beta1Batch.JobTemplateSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
Standard object's metadata of the jobs created from this template.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata of the jobs created from this template.
|
V1Batch.JobSpec |
getSpec()
Specification of the desired behavior of the job.
|
V1Batch.JobSpecOrBuilder |
getSpecOrBuilder()
Specification of the desired behavior of the job.
|
boolean |
hasMetadata()
Standard object's metadata of the jobs created from this template.
|
boolean |
hasSpec()
Specification of the desired behavior of the job.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;Copyright © 2020. All rights reserved.