Package io.fabric8.kubernetes.api.model
Class ConfigMapKeySelector
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.ConfigMapKeySelector
-
- All Implemented Interfaces:
KubernetesResource
,Serializable
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
All Methods Instance Methods Concrete Methods 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)
-