Package io.fabric8.kubernetes.api.model
Class RootPaths
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.RootPaths
-
- All Implemented Interfaces:
KubernetesResource
,Serializable
public class RootPaths 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()
List<String>
getPaths()
void
setAdditionalProperty(String name, Object value)
void
setPaths(List<String> paths)
-