Package io.fabric8.kubernetes.api.model
Class KeyToPath
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.KeyToPath
-
- All Implemented Interfaces:
KubernetesResource
,Serializable
public class KeyToPath extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-