Package io.fabric8.kubernetes.api.model
Class HostPathVolumeSource
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.HostPathVolumeSource
-
- All Implemented Interfaces:
KubernetesResource
,Serializable
public class HostPathVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HostPathVolumeSource()
No args constructor for use in serializationHostPathVolumeSource(String path, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getPath()
String
getType()
void
setAdditionalProperty(String name, Object value)
void
setPath(String path)
void
setType(String type)
-