Package io.fabric8.kubernetes.api.model
Class DoneableRBDPersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceFluentImpl<DoneableRBDPersistentVolumeSource>
io.fabric8.kubernetes.api.model.DoneableRBDPersistentVolumeSource
- All Implemented Interfaces:
Fluent<DoneableRBDPersistentVolumeSource>,Visitable<DoneableRBDPersistentVolumeSource>,Doneable<RBDPersistentVolumeSource>,RBDPersistentVolumeSourceFluent<DoneableRBDPersistentVolumeSource>
public class DoneableRBDPersistentVolumeSource extends RBDPersistentVolumeSourceFluentImpl<DoneableRBDPersistentVolumeSource> implements Doneable<RBDPersistentVolumeSource>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceFluentImpl
RBDPersistentVolumeSourceFluentImpl.SecretRefNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceFluent
RBDPersistentVolumeSourceFluent.SecretRefNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableRBDPersistentVolumeSource(Function<RBDPersistentVolumeSource,RBDPersistentVolumeSource> function)DoneableRBDPersistentVolumeSource(RBDPersistentVolumeSource item)DoneableRBDPersistentVolumeSource(RBDPersistentVolumeSource item, Function<RBDPersistentVolumeSource,RBDPersistentVolumeSource> function) -
Method Summary
Modifier and Type Method Description RBDPersistentVolumeSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceFluentImpl
addAllToMonitors, addNewMonitor, addNewMonitor, addNewMonitor, addToMonitors, addToMonitors, buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, getFirstMonitor, getFsType, getImage, getKeyring, getLastMonitor, getMatchingMonitor, getMonitor, getMonitors, getPool, getSecretRef, getUser, hasFsType, hasImage, hasKeyring, hasMatchingMonitor, hasMonitors, hasPool, hasReadOnly, hasSecretRef, hasUser, isReadOnly, removeAllFromMonitors, removeFromMonitors, setToMonitors, withFsType, withImage, withKeyring, withMonitors, withMonitors, withNewFsType, withNewFsType, withNewFsType, withNewImage, withNewImage, withNewImage, withNewKeyring, withNewKeyring, withNewKeyring, withNewPool, withNewPool, withNewPool, withNewReadOnly, withNewReadOnly, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withNewUser, withNewUser, withNewUser, withPool, withReadOnly, withSecretRef, withUser
-
Constructor Details
-
DoneableRBDPersistentVolumeSource
public DoneableRBDPersistentVolumeSource(Function<RBDPersistentVolumeSource,RBDPersistentVolumeSource> function) -
DoneableRBDPersistentVolumeSource
public DoneableRBDPersistentVolumeSource(RBDPersistentVolumeSource item, Function<RBDPersistentVolumeSource,RBDPersistentVolumeSource> function) -
DoneableRBDPersistentVolumeSource
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<RBDPersistentVolumeSource>
-