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()StringgetKey()IntegergetMode()StringgetPath()voidsetAdditionalProperty(String name, Object value)voidsetKey(String key)voidsetMode(Integer mode)voidsetPath(String path)
-