Interface V1.EnvFromSourceOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The ConfigMap to select from +optional
    The ConfigMap to select from +optional
    An optional identifier to prepend to each key in the ConfigMap.
    com.google.protobuf.ByteString
    An optional identifier to prepend to each key in the ConfigMap.
    The Secret to select from +optional
    The Secret to select from +optional
    boolean
    The ConfigMap to select from +optional
    boolean
    An optional identifier to prepend to each key in the ConfigMap.
    boolean
    The Secret to select from +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

    • hasPrefix

      boolean hasPrefix()
       An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
       +optional
       
      optional string prefix = 1;
    • getPrefix

      String getPrefix()
       An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
       +optional
       
      optional string prefix = 1;
    • getPrefixBytes

      com.google.protobuf.ByteString getPrefixBytes()
       An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
       +optional
       
      optional string prefix = 1;
    • hasConfigMapRef

      boolean hasConfigMapRef()
       The ConfigMap to select from
       +optional
       
      optional .k8s.io.api.core.v1.ConfigMapEnvSource configMapRef = 2;
    • getConfigMapRef

      V1.ConfigMapEnvSource getConfigMapRef()
       The ConfigMap to select from
       +optional
       
      optional .k8s.io.api.core.v1.ConfigMapEnvSource configMapRef = 2;
    • getConfigMapRefOrBuilder

      V1.ConfigMapEnvSourceOrBuilder getConfigMapRefOrBuilder()
       The ConfigMap to select from
       +optional
       
      optional .k8s.io.api.core.v1.ConfigMapEnvSource configMapRef = 2;
    • hasSecretRef

      boolean hasSecretRef()
       The Secret to select from
       +optional
       
      optional .k8s.io.api.core.v1.SecretEnvSource secretRef = 3;
    • getSecretRef

      V1.SecretEnvSource getSecretRef()
       The Secret to select from
       +optional
       
      optional .k8s.io.api.core.v1.SecretEnvSource secretRef = 3;
    • getSecretRefOrBuilder

      V1.SecretEnvSourceOrBuilder getSecretRefOrBuilder()
       The Secret to select from
       +optional
       
      optional .k8s.io.api.core.v1.SecretEnvSource secretRef = 3;