public interface GlusterfsPersistentVolumeSourceFluent<A extends GlusterfsPersistentVolumeSourceFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoints() |
String |
getEndpointsNamespace() |
String |
getPath() |
Boolean |
getReadOnly() |
Boolean |
hasEndpoints() |
Boolean |
hasEndpointsNamespace() |
Boolean |
hasPath() |
Boolean |
hasReadOnly() |
A |
withEndpoints(String endpoints) |
A |
withEndpointsNamespace(String endpointsNamespace) |
A |
withNewEndpoints(String arg0)
Deprecated.
|
A |
withNewEndpointsNamespace(String arg0)
Deprecated.
|
A |
withNewPath(String arg0)
Deprecated.
|
A |
withPath(String path) |
A |
withReadOnly(Boolean readOnly) |
String getEndpoints()
Boolean hasEndpoints()
@Deprecated A withNewEndpoints(String arg0)
String getEndpointsNamespace()
Boolean hasEndpointsNamespace()
@Deprecated A withNewEndpointsNamespace(String arg0)
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String arg0)
Boolean getReadOnly()
Boolean hasReadOnly()
Copyright © 2015–2021 Red Hat. All rights reserved.