Interface Generated.ConfigMapKeySelectorOrBuilder

    • Method Detail

      • hasLocalObjectReference

        boolean hasLocalObjectReference()
         The ConfigMap to select from.
         
        optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
        Returns:
        Whether the localObjectReference field is set.
      • getLocalObjectReference

        Generated.LocalObjectReference getLocalObjectReference()
         The ConfigMap to select from.
         
        optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
        Returns:
        The localObjectReference.
      • getLocalObjectReferenceOrBuilder

        Generated.LocalObjectReferenceOrBuilder getLocalObjectReferenceOrBuilder()
         The ConfigMap to select from.
         
        optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
      • hasKey

        boolean hasKey()
         The key to select.
         
        optional string key = 2;
        Returns:
        Whether the key field is set.
      • getKey

        String getKey()
         The key to select.
         
        optional string key = 2;
        Returns:
        The key.
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
         The key to select.
         
        optional string key = 2;
        Returns:
        The bytes for key.
      • hasOptional

        boolean hasOptional()
         Specify whether the ConfigMap or its key must be defined
         +optional
         
        optional bool optional = 3;
        Returns:
        Whether the optional field is set.
      • getOptional

        boolean getOptional()
         Specify whether the ConfigMap or its key must be defined
         +optional
         
        optional bool optional = 3;
        Returns:
        The optional.