public class ConfigMapKeySelector extends Object implements KubernetesResource
| Constructor and Description |
|---|
ConfigMapKeySelector()
No args constructor for use in serialization
|
ConfigMapKeySelector(String key,
String name,
Boolean optional) |
| Modifier and Type | Method and 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) |
public ConfigMapKeySelector()
Copyright © 2015–2020 Red Hat. All rights reserved.