Package io.fabric8.kubernetes.api.model
Class DoneableCephFSVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.CephFSVolumeSourceFluentImpl<DoneableCephFSVolumeSource>
io.fabric8.kubernetes.api.model.DoneableCephFSVolumeSource
- All Implemented Interfaces:
Fluent<DoneableCephFSVolumeSource>
,Visitable<DoneableCephFSVolumeSource>
,CephFSVolumeSourceFluent<DoneableCephFSVolumeSource>
,Doneable<CephFSVolumeSource>
public class DoneableCephFSVolumeSource extends CephFSVolumeSourceFluentImpl<DoneableCephFSVolumeSource> implements Doneable<CephFSVolumeSource>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.CephFSVolumeSourceFluentImpl
CephFSVolumeSourceFluentImpl.SecretRefNestedImpl<N>
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.CephFSVolumeSourceFluent
CephFSVolumeSourceFluent.SecretRefNested<N>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableCephFSVolumeSource(Function<CephFSVolumeSource,CephFSVolumeSource> function)
DoneableCephFSVolumeSource(CephFSVolumeSource item)
DoneableCephFSVolumeSource(CephFSVolumeSource item, Function<CephFSVolumeSource,CephFSVolumeSource> function)
-
Method Summary
Modifier and Type Method Description CephFSVolumeSource
done()
Methods inherited from class io.fabric8.kubernetes.api.model.CephFSVolumeSourceFluentImpl
addAllToMonitors, addNewMonitor, addNewMonitor, addNewMonitor, addToMonitors, addToMonitors, buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, getFirstMonitor, getLastMonitor, getMatchingMonitor, getMonitor, getMonitors, getPath, getSecretFile, getSecretRef, getUser, hasMatchingMonitor, hasMonitors, hasPath, hasReadOnly, hasSecretFile, hasSecretRef, hasUser, isReadOnly, removeAllFromMonitors, removeFromMonitors, setToMonitors, withMonitors, withMonitors, withNewPath, withNewPath, withNewPath, withNewReadOnly, withNewReadOnly, withNewSecretFile, withNewSecretFile, withNewSecretFile, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withNewUser, withNewUser, withNewUser, withPath, withReadOnly, withSecretFile, withSecretRef, withUser
-
Constructor Details
-
DoneableCephFSVolumeSource
-
DoneableCephFSVolumeSource
public DoneableCephFSVolumeSource(CephFSVolumeSource item, Function<CephFSVolumeSource,CephFSVolumeSource> function) -
DoneableCephFSVolumeSource
-
-
Method Details
-
done
- Specified by:
done
in interfaceDoneable<CephFSVolumeSource>
-