Package io.fabric8.kubernetes.api.model
Class EnvFromSource
java.lang.Object
io.fabric8.kubernetes.api.model.EnvFromSource
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class EnvFromSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EnvFromSource()No args constructor for use in serializationEnvFromSource(ConfigMapEnvSource configMapRef, String prefix, SecretEnvSource secretRef) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()ConfigMapEnvSourcegetConfigMapRef()StringgetPrefix()SecretEnvSourcegetSecretRef()voidsetAdditionalProperty(String name, Object value)voidsetConfigMapRef(ConfigMapEnvSource configMapRef)voidsetPrefix(String prefix)voidsetSecretRef(SecretEnvSource secretRef)
-
Constructor Details
-
EnvFromSource
public EnvFromSource()No args constructor for use in serialization -
EnvFromSource
- Parameters:
configMapRef-prefix-secretRef-
-
-
Method Details
-
getConfigMapRef
- Returns:
- The configMapRef
-
setConfigMapRef
- Parameters:
configMapRef- The configMapRef
-
getPrefix
- Returns:
- The prefix
-
setPrefix
- Parameters:
prefix- The prefix
-
getSecretRef
- Returns:
- The secretRef
-
setSecretRef
- Parameters:
secretRef- The secretRef
-
getAdditionalProperties
-
setAdditionalProperty
-