Package io.fabric8.kubernetes.api.model
Class LocalVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.LocalVolumeSource
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class LocalVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LocalVolumeSource()
No args constructor for use in serializationLocalVolumeSource(String fsType, String path)
-
Method Summary
-
Constructor Details
-
LocalVolumeSource
public LocalVolumeSource()No args constructor for use in serialization -
LocalVolumeSource
- Parameters:
path
-fsType
-
-
-
Method Details
-
getFsType
- Returns:
- The fsType
-
setFsType
- Parameters:
fsType
- The fsType
-
getPath
- Returns:
- The path
-
setPath
- Parameters:
path
- The path
-
getAdditionalProperties
-
setAdditionalProperty
-