@Generated(value="jsonschema2pojo") public class KeyToPath extends Object implements io.fabric8.kubernetes.api.builder.Editable<KeyToPathBuilder>, 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 |
|---|---|
KeyToPathBuilder |
edit() |
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) |
KeyToPathBuilder |
toBuilder() |
public String getKey()
public void setKey(String key)
public Integer getMode()
public void setMode(Integer mode)
public String getPath()
public void setPath(String path)
public KeyToPathBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<KeyToPathBuilder>public KeyToPathBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.