public interface V1GlusterfsPersistentVolumeSourceFluent<A extends V1GlusterfsPersistentVolumeSourceFluent<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 original)
Deprecated.
|
A |
withNewEndpointsNamespace(String original)
Deprecated.
|
A |
withNewPath(String original)
Deprecated.
|
A |
withPath(String path) |
A |
withReadOnly(Boolean readOnly) |
String getEndpoints()
Boolean hasEndpoints()
@Deprecated A withNewEndpoints(String original)
String getEndpointsNamespace()
Boolean hasEndpointsNamespace()
@Deprecated A withNewEndpointsNamespace(String original)
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String original)
Boolean getReadOnly()
Boolean hasReadOnly()
Copyright © 2021. All rights reserved.