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