Interface V1.PodTemplateOrBuilder

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

public static interface V1.PodTemplateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Standard object's metadata.
    Standard object's metadata.
    Template defines the pods that will be created from this pod template.
    Template defines the pods that will be created from this pod template.
    boolean
    Standard object's metadata.
    boolean
    Template defines the pods that will be created from this pod 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/sig-architecture/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/sig-architecture/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/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • hasTemplate

      boolean hasTemplate()
       Template defines the pods that will be created from this pod template.
       https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.core.v1.PodTemplateSpec template = 2;
    • getTemplate

      V1.PodTemplateSpec getTemplate()
       Template defines the pods that will be created from this pod template.
       https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.core.v1.PodTemplateSpec template = 2;
    • getTemplateOrBuilder

      V1.PodTemplateSpecOrBuilder getTemplateOrBuilder()
       Template defines the pods that will be created from this pod template.
       https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.core.v1.PodTemplateSpec template = 2;