Interface V1GlusterfsPersistentVolumeSourceFluent<A extends V1GlusterfsPersistentVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1PersistentVolumeSpecFluent.GlusterfsNested<N>
- All Known Implementing Classes:
V1GlusterfsPersistentVolumeSourceBuilder
,V1GlusterfsPersistentVolumeSourceFluentImpl
public interface V1GlusterfsPersistentVolumeSourceFluent<A extends V1GlusterfsPersistentVolumeSourceFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
hasPath()
withEndpoints
(String endpoints) withEndpointsNamespace
(String endpointsNamespace) withReadOnly
(Boolean readOnly)
-
Method Details
-
getEndpoints
String getEndpoints() -
withEndpoints
-
hasEndpoints
Boolean hasEndpoints() -
getEndpointsNamespace
String getEndpointsNamespace() -
withEndpointsNamespace
-
hasEndpointsNamespace
Boolean hasEndpointsNamespace() -
getPath
String getPath() -
withPath
-
hasPath
Boolean hasPath() -
getReadOnly
Boolean getReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withReadOnly
A withReadOnly()
-