public interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<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 original)
Deprecated.
|
A |
withNewServer(String original)
Deprecated.
|
A |
withPath(String path) |
A |
withReadOnly(Boolean readOnly) |
A |
withServer(String server) |
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String original)
Boolean getReadOnly()
Boolean hasReadOnly()
String getServer()
Boolean hasServer()
@Deprecated A withNewServer(String original)
Copyright © 2021. All rights reserved.