public interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<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 original)
Deprecated.
|
A |
withNewPath(String original)
Deprecated.
|
A |
withPath(String path) |
String getFsType()
Boolean hasFsType()
@Deprecated A withNewFsType(String original)
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String original)
Copyright © 2021. All rights reserved.