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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconfigMapRef
(V1ConfigMapEnvSource configMapRef) Set configMapRef in a chainable fashion.boolean
An optional identifier to prepend to each key in the ConfigMap.int
hashCode()
Set prefix in a chainable fashion.secretRef
(V1SecretEnvSource secretRef) Set secretRef in a chainable fashion.void
setConfigMapRef
(V1ConfigMapEnvSource configMapRef) Set the configMapRef property valuevoid
Set the prefix property valuevoid
setSecretRef
(V1SecretEnvSource secretRef) Set the secretRef property valuetoString()
-
Field Details
-
JSON_PROPERTY_CONFIG_MAP_REF
- See Also:
-
JSON_PROPERTY_PREFIX
- See Also:
-
JSON_PROPERTY_SECRET_REF
- See Also:
-
-
Constructor Details
-
V1EnvFromSource
public V1EnvFromSource()
-
-
Method Details
-
getConfigMapRef
- Returns:
- the configMapRef property value
-
setConfigMapRef
Set the configMapRef property value -
configMapRef
Set configMapRef in a chainable fashion.- Returns:
- The same instance of V1EnvFromSource for chaining.
-
getPrefix
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.- Returns:
- the prefix property value
-
setPrefix
Set the prefix property value -
prefix
Set prefix in a chainable fashion.- Returns:
- The same instance of V1EnvFromSource for chaining.
-
getSecretRef
- Returns:
- the secretRef property value
-
setSecretRef
Set the secretRef property value -
secretRef
Set secretRef in a chainable fashion.- Returns:
- The same instance of V1EnvFromSource for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-