Interface V1.LocalObjectReferenceOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Name of the referent.
    com.google.protobuf.ByteString
    Name of the referent.
    boolean
    Name of the referent.

    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

    • hasName

      boolean hasName()
       Name of the referent.
       More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
       TODO: Add other useful fields. apiVersion, kind, uid?
       +optional
       
      optional string name = 1;
    • getName

      String getName()
       Name of the referent.
       More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
       TODO: Add other useful fields. apiVersion, kind, uid?
       +optional
       
      optional string name = 1;
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the referent.
       More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
       TODO: Add other useful fields. apiVersion, kind, uid?
       +optional
       
      optional string name = 1;