Interface V2alpha1Batch.JobTemplateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V2alpha1Batch.JobTemplate, V2alpha1Batch.JobTemplate.Builder
Enclosing class:
V2alpha1Batch

public static interface V2alpha1Batch.JobTemplateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Standard object's metadata.
    Standard object's metadata.
    Defines jobs that will be created from this template.
    Defines jobs that will be created from this template.
    boolean
    Standard object's metadata.
    boolean
    Defines jobs that will be created from this template.

    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.
       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.
       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.
       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;
    • hasTemplate

      boolean hasTemplate()
       Defines jobs that will be created from this template.
       https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.batch.v2alpha1.JobTemplateSpec template = 2;
    • getTemplate

       Defines jobs that will be created from this template.
       https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.batch.v2alpha1.JobTemplateSpec template = 2;
    • getTemplateOrBuilder

       Defines jobs that will be created from this template.
       https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.batch.v2alpha1.JobTemplateSpec template = 2;