Interface V1CephFSVolumeSourceFluent<A extends V1CephFSVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1VolumeFluent.CephfsNested<N>
- All Known Implementing Classes:
V1CephFSVolumeSourceBuilder
,V1CephFSVolumeSourceFluentImpl
public interface V1CephFSVolumeSourceFluent<A extends V1CephFSVolumeSourceFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToMonitors
(Collection<String> items) addToMonitors
(Integer index, String item) addToMonitors
(String... items) io.kubernetes.client.openapi.models.V1LocalObjectReference
editOrNewSecretRefLike
(io.kubernetes.client.openapi.models.V1LocalObjectReference item) getMatchingMonitor
(Predicate<String> predicate) getMonitor
(Integer index) getPath()
io.kubernetes.client.openapi.models.V1LocalObjectReference
Deprecated.getUser()
hasMatchingMonitor
(Predicate<String> predicate) hasPath()
hasUser()
removeAllFromMonitors
(Collection<String> items) removeFromMonitors
(String... items) setToMonitors
(Integer index, String item) withMonitors
(String... monitors) withMonitors
(List<String> monitors) withNewSecretRefLike
(io.kubernetes.client.openapi.models.V1LocalObjectReference item) withReadOnly
(Boolean readOnly) withSecretFile
(String secretFile) withSecretRef
(io.kubernetes.client.openapi.models.V1LocalObjectReference secretRef)
-
Method Details
-
addToMonitors
-
setToMonitors
-
addToMonitors
-
addAllToMonitors
-
removeFromMonitors
-
removeAllFromMonitors
-
getMonitors
-
getMonitor
-
getFirstMonitor
String getFirstMonitor() -
getLastMonitor
String getLastMonitor() -
getMatchingMonitor
-
hasMatchingMonitor
-
withMonitors
-
withMonitors
-
hasMonitors
Boolean hasMonitors() -
getPath
String getPath() -
withPath
-
hasPath
Boolean hasPath() -
getReadOnly
Boolean getReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
getSecretFile
String getSecretFile() -
withSecretFile
-
hasSecretFile
Boolean hasSecretFile() -
getSecretRef
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Returns:
- The buildable object.
-
buildSecretRef
io.kubernetes.client.openapi.models.V1LocalObjectReference buildSecretRef() -
withSecretRef
-
hasSecretRef
Boolean hasSecretRef() -
withNewSecretRef
V1CephFSVolumeSourceFluent.SecretRefNested<A> withNewSecretRef() -
withNewSecretRefLike
V1CephFSVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) -
editSecretRef
V1CephFSVolumeSourceFluent.SecretRefNested<A> editSecretRef() -
editOrNewSecretRef
V1CephFSVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef() -
editOrNewSecretRefLike
V1CephFSVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) -
getUser
String getUser() -
withUser
-
hasUser
Boolean hasUser() -
withReadOnly
A withReadOnly()
-