public interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getPath() |
String |
getType() |
Boolean |
hasPath() |
Boolean |
hasType() |
A |
withNewPath(String original)
Deprecated.
|
A |
withNewType(String original)
Deprecated.
|
A |
withPath(String path) |
A |
withType(String type) |
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String original)
String getType()
Boolean hasType()
@Deprecated A withNewType(String original)
Copyright © 2021. All rights reserved.