Interface Meta.TypeMetaOrBuilder

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

public static interface Meta.TypeMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    APIVersion defines the versioned schema of this representation of an object.
    com.google.protobuf.ByteString
    APIVersion defines the versioned schema of this representation of an object.
    Kind is a string value representing the REST resource this object represents.
    com.google.protobuf.ByteString
    Kind is a string value representing the REST resource this object represents.
    boolean
    APIVersion defines the versioned schema of this representation of an object.
    boolean
    Kind is a string value representing the REST resource this object represents.

    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

    • hasKind

      boolean hasKind()
       Kind is a string value representing the REST resource this object represents.
       Servers may infer this from the endpoint the client submits requests to.
       Cannot be updated.
       In CamelCase.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
       +optional
       
      optional string kind = 1;
    • getKind

      String getKind()
       Kind is a string value representing the REST resource this object represents.
       Servers may infer this from the endpoint the client submits requests to.
       Cannot be updated.
       In CamelCase.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
       +optional
       
      optional string kind = 1;
    • getKindBytes

      com.google.protobuf.ByteString getKindBytes()
       Kind is a string value representing the REST resource this object represents.
       Servers may infer this from the endpoint the client submits requests to.
       Cannot be updated.
       In CamelCase.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
       +optional
       
      optional string kind = 1;
    • hasApiVersion

      boolean hasApiVersion()
       APIVersion defines the versioned schema of this representation of an object.
       Servers should convert recognized schemas to the latest internal value, and
       may reject unrecognized values.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
       +optional
       
      optional string apiVersion = 2;
    • getApiVersion

      String getApiVersion()
       APIVersion defines the versioned schema of this representation of an object.
       Servers should convert recognized schemas to the latest internal value, and
       may reject unrecognized values.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
       +optional
       
      optional string apiVersion = 2;
    • getApiVersionBytes

      com.google.protobuf.ByteString getApiVersionBytes()
       APIVersion defines the versioned schema of this representation of an object.
       Servers should convert recognized schemas to the latest internal value, and
       may reject unrecognized values.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
       +optional
       
      optional string apiVersion = 2;