public interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
Boolean |
getReadOnly() |
String |
getServer() |
Boolean |
hasPath() |
Boolean |
hasReadOnly() |
Boolean |
hasServer() |
A |
withNewPath(String arg0)
Deprecated.
|
A |
withNewServer(String arg0)
Deprecated.
|
A |
withPath(String path) |
A |
withReadOnly(Boolean readOnly) |
A |
withServer(String server) |
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String arg0)
Boolean getReadOnly()
Boolean hasReadOnly()
String getServer()
Boolean hasServer()
@Deprecated A withNewServer(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.