Package io.fabric8.kubernetes.api.model
Class EnvVar
java.lang.Object
io.fabric8.kubernetes.api.model.EnvVar
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class EnvVar extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EnvVar()No args constructor for use in serializationEnvVar(String name, String value, EnvVarSource valueFrom) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetName()StringgetValue()EnvVarSourcegetValueFrom()voidsetAdditionalProperty(String name, Object value)voidsetName(String name)voidsetValue(String value)voidsetValueFrom(EnvVarSource valueFrom)
-
Constructor Details
-
Method Details
-
getName
- Returns:
- The name
-
setName
- Parameters:
name- The name
-
getValue
- Returns:
- The value
-
setValue
- Parameters:
value- The value
-
getValueFrom
- Returns:
- The valueFrom
-
setValueFrom
- Parameters:
valueFrom- The valueFrom
-
getAdditionalProperties
-
setAdditionalProperty
-