Package io.fabric8.kubernetes.api.model
Class HostPathVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.HostPathVolumeSource
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") 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
-
Constructor Details
-
HostPathVolumeSource
public HostPathVolumeSource()No args constructor for use in serialization -
HostPathVolumeSource
- Parameters:
path
-type
-
-
-
Method Details
-
getPath
- Returns:
- The path
-
setPath
- Parameters:
path
- The path
-
getType
- Returns:
- The type
-
setType
- Parameters:
type
- The type
-
getAdditionalProperties
-
setAdditionalProperty
-