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()StringgetPath()StringgetType()voidsetAdditionalProperty(String name, Object value)voidsetPath(String path)voidsetType(String type)
-