Class V1EnvFromSource

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1EnvFromSource

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1EnvFromSource extends Object
EnvFromSource represents the source of a set of ConfigMaps
  • Field Details

  • Constructor Details

    • V1EnvFromSource

      public V1EnvFromSource()
  • Method Details

    • getConfigMapRef

      public V1ConfigMapEnvSource getConfigMapRef()
      Returns:
      the configMapRef property value
    • setConfigMapRef

      public void setConfigMapRef(V1ConfigMapEnvSource configMapRef)
      Set the configMapRef property value
    • configMapRef

      public V1EnvFromSource configMapRef(V1ConfigMapEnvSource configMapRef)
      Set configMapRef in a chainable fashion.
      Returns:
      The same instance of V1EnvFromSource for chaining.
    • getPrefix

      public String getPrefix()
      An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
      Returns:
      the prefix property value
    • setPrefix

      public void setPrefix(String prefix)
      Set the prefix property value
    • prefix

      public V1EnvFromSource prefix(String prefix)
      Set prefix in a chainable fashion.
      Returns:
      The same instance of V1EnvFromSource for chaining.
    • getSecretRef

      public V1SecretEnvSource getSecretRef()
      Returns:
      the secretRef property value
    • setSecretRef

      public void setSecretRef(V1SecretEnvSource secretRef)
      Set the secretRef property value
    • secretRef

      public V1EnvFromSource secretRef(V1SecretEnvSource secretRef)
      Set secretRef in a chainable fashion.
      Returns:
      The same instance of V1EnvFromSource for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object