Package io.fabric8.kubernetes.api.model
Class SecretEnvSource
java.lang.Object
io.fabric8.kubernetes.api.model.SecretEnvSource
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class SecretEnvSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SecretEnvSource()No args constructor for use in serializationSecretEnvSource(String name, Boolean optional) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetName()BooleangetOptional()voidsetAdditionalProperty(String name, Object value)voidsetName(String name)voidsetOptional(Boolean optional)
-
Constructor Details
-
SecretEnvSource
public SecretEnvSource()No args constructor for use in serialization -
SecretEnvSource
- Parameters:
name-optional-
-
-
Method Details
-
getName
- Returns:
- The name
-
setName
- Parameters:
name- The name
-
getOptional
- Returns:
- The optional
-
setOptional
- Parameters:
optional- The optional
-
getAdditionalProperties
-
setAdditionalProperty
-