Package io.fabric8.kubernetes.api.model
Class ExecEnvVar
java.lang.Object
io.fabric8.kubernetes.api.model.ExecEnvVar
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class ExecEnvVar extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExecEnvVar()No args constructor for use in serializationExecEnvVar(String name, String value) -
Method Summary
-
Constructor Details
-
ExecEnvVar
public ExecEnvVar()No args constructor for use in serialization -
ExecEnvVar
- Parameters:
name-value-
-
-
Method Details
-
getName
- Returns:
- The name
-
setName
- Parameters:
name- The name
-
getValue
- Returns:
- The value
-
setValue
- Parameters:
value- The value
-
getAdditionalProperties
-
setAdditionalProperty
-