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()StringgetKey()StringgetName()BooleangetOptional()voidsetAdditionalProperty(String name, Object value)voidsetKey(String key)voidsetName(String name)voidsetOptional(Boolean optional)
-