@Generated(value="jsonschema2pojo") public class KeyToPath extends Object implements KubernetesResource
| Constructor and Description |
|---|
KeyToPath()
No args constructor for use in serialization
|
KeyToPath(String key,
Integer mode,
String path) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getKey() |
Integer |
getMode() |
String |
getPath() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setKey(String key) |
void |
setMode(Integer mode) |
void |
setPath(String path) |
Copyright © 2015–2023 Red Hat. All rights reserved.