public interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getFsType() |
String |
getPath() |
Boolean |
hasFsType() |
Boolean |
hasPath() |
A |
withFsType(String fsType) |
A |
withNewFsType(String arg0)
Deprecated.
|
A |
withNewPath(String arg0)
Deprecated.
|
A |
withPath(String path) |
String getFsType()
Boolean hasFsType()
@Deprecated A withNewFsType(String arg0)
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String arg0)
Copyright © 2015–2022 Red Hat. All rights reserved.