@Generated(value="org.jsonschema2pojo") public class ConfigMapProjection extends Object implements KubernetesResource
Constructor and Description |
---|
ConfigMapProjection()
No args constructor for use in serialization
|
ConfigMapProjection(List<KeyToPath> items,
String name,
Boolean optional) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
List<KeyToPath> |
getItems() |
String |
getName() |
Boolean |
getOptional() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setItems(List<KeyToPath> items) |
void |
setName(String name) |
void |
setOptional(Boolean optional) |
public ConfigMapProjection()
Copyright © 2015–2018 Red Hat. All rights reserved.