public interface HostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
String |
getType() |
Boolean |
hasPath() |
Boolean |
hasType() |
A |
withNewPath(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withPath(String path) |
A |
withType(String type) |
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String arg0)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.