Interface V1.SecretKeySelectorOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The key of the secret to select from.
    com.google.protobuf.ByteString
    The key of the secret to select from.
    The name of the secret in the pod's namespace to select from.
    The name of the secret in the pod's namespace to select from.
    boolean
    Specify whether the Secret or its key must be defined +optional
    boolean
    The key of the secret to select from.
    boolean
    The name of the secret in the pod's namespace to select from.
    boolean
    Specify whether the Secret or its key must be defined +optional

    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

    • hasLocalObjectReference

      boolean hasLocalObjectReference()
       The name of the secret in the pod's namespace to select from.
       
      optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
    • getLocalObjectReference

      V1.LocalObjectReference getLocalObjectReference()
       The name of the secret in the pod's namespace to select from.
       
      optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
    • getLocalObjectReferenceOrBuilder

      V1.LocalObjectReferenceOrBuilder getLocalObjectReferenceOrBuilder()
       The name of the secret in the pod's namespace to select from.
       
      optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
    • hasKey

      boolean hasKey()
       The key of the secret to select from.  Must be a valid secret key.
       
      optional string key = 2;
    • getKey

      String getKey()
       The key of the secret to select from.  Must be a valid secret key.
       
      optional string key = 2;
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
       The key of the secret to select from.  Must be a valid secret key.
       
      optional string key = 2;
    • hasOptional

      boolean hasOptional()
       Specify whether the Secret or its key must be defined
       +optional
       
      optional bool optional = 3;
    • getOptional

      boolean getOptional()
       Specify whether the Secret or its key must be defined
       +optional
       
      optional bool optional = 3;