public class LocalVolumeSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
LocalVolumeSource()
No args constructor for use in serialization
|
LocalVolumeSource(String fsType,
String path) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
String |
getPath() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFsType(String fsType) |
void |
setPath(String path) |
Copyright © 2015–2023 Red Hat. All rights reserved.