Package io.fabric8.kubernetes.api.model
Class HostPathVolumeSource
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.HostPathVolumeSource
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<HostPathVolumeSourceBuilder>
,KubernetesResource
,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class HostPathVolumeSource extends Object implements io.fabric8.kubernetes.api.builder.Editable<HostPathVolumeSourceBuilder>, 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 HostPathVolumeSourceBuilder
edit()
Map<String,Object>
getAdditionalProperties()
String
getPath()
String
getType()
void
setAdditionalProperties(Map<String,Object> additionalProperties)
void
setAdditionalProperty(String name, Object value)
void
setPath(String path)
void
setType(String type)
HostPathVolumeSourceBuilder
toBuilder()
-
-
-
Method Detail
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getType
public String getType()
-
setType
public void setType(String type)
-
edit
public HostPathVolumeSourceBuilder edit()
- Specified by:
edit
in interfaceio.fabric8.kubernetes.api.builder.Editable<HostPathVolumeSourceBuilder>
-
toBuilder
public HostPathVolumeSourceBuilder toBuilder()
-
-