public static interface V1beta1Batch.JobTemplateOrBuilder
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.
|
V1beta1Batch.JobTemplateSpec |
getTemplate()
Defines jobs that will be created from this template.
|
V1beta1Batch.JobTemplateSpecOrBuilder |
getTemplateOrBuilder()
Defines jobs that will be created from this template.
|
boolean |
hasMetadata()
Standard object's metadata.
|
boolean |
hasTemplate()
Defines jobs that will be created from this template.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/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/sig-architecture/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/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasTemplate()
Defines jobs that will be created from this template. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v1beta1.JobTemplateSpec template = 2;V1beta1Batch.JobTemplateSpec getTemplate()
Defines jobs that will be created from this template. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v1beta1.JobTemplateSpec template = 2;V1beta1Batch.JobTemplateSpecOrBuilder getTemplateOrBuilder()
Defines jobs that will be created from this template. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v1beta1.JobTemplateSpec template = 2;Copyright © 2023. All rights reserved.