@Generated(value="jsonschema2pojo") public class HostPathVolumeSource extends Object implements io.fabric8.kubernetes.api.builder.Editable<HostPathVolumeSourceBuilder>, KubernetesResource
| Constructor and Description |
|---|
HostPathVolumeSource()
No args constructor for use in serialization
|
HostPathVolumeSource(String path,
String type) |
| Modifier and Type | Method and Description |
|---|---|
HostPathVolumeSourceBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
String |
getPath() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPath(String path) |
void |
setType(String type) |
HostPathVolumeSourceBuilder |
toBuilder() |
public HostPathVolumeSource()
public String getPath()
public void setPath(String path)
public String getType()
public void setType(String type)
public HostPathVolumeSourceBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<HostPathVolumeSourceBuilder>public HostPathVolumeSourceBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.