Package io.fabric8.kubernetes.api.model
Class DoneableCSIVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.CSIVolumeSourceFluentImpl<DoneableCSIVolumeSource>
io.fabric8.kubernetes.api.model.DoneableCSIVolumeSource
- All Implemented Interfaces:
Fluent<DoneableCSIVolumeSource>,Visitable<DoneableCSIVolumeSource>,CSIVolumeSourceFluent<DoneableCSIVolumeSource>,Doneable<CSIVolumeSource>
public class DoneableCSIVolumeSource extends CSIVolumeSourceFluentImpl<DoneableCSIVolumeSource> implements Doneable<CSIVolumeSource>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.CSIVolumeSourceFluentImpl
CSIVolumeSourceFluentImpl.NodePublishSecretRefNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.CSIVolumeSourceFluent
CSIVolumeSourceFluent.NodePublishSecretRefNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableCSIVolumeSource(Function<CSIVolumeSource,CSIVolumeSource> function)DoneableCSIVolumeSource(CSIVolumeSource item)DoneableCSIVolumeSource(CSIVolumeSource item, Function<CSIVolumeSource,CSIVolumeSource> function) -
Method Summary
Modifier and Type Method Description CSIVolumeSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.CSIVolumeSourceFluentImpl
addToVolumeAttributes, addToVolumeAttributes, buildNodePublishSecretRef, editNodePublishSecretRef, editOrNewNodePublishSecretRef, editOrNewNodePublishSecretRefLike, equals, getDriver, getFsType, getNodePublishSecretRef, getVolumeAttributes, hasDriver, hasFsType, hasNodePublishSecretRef, hasReadOnly, hasVolumeAttributes, isReadOnly, removeFromVolumeAttributes, removeFromVolumeAttributes, withDriver, withFsType, withNewDriver, withNewDriver, withNewDriver, withNewFsType, withNewFsType, withNewFsType, withNewNodePublishSecretRef, withNewNodePublishSecretRef, withNewNodePublishSecretRefLike, withNewReadOnly, withNewReadOnly, withNodePublishSecretRef, withReadOnly, withVolumeAttributes
-
Constructor Details
-
DoneableCSIVolumeSource
-
DoneableCSIVolumeSource
public DoneableCSIVolumeSource(CSIVolumeSource item, Function<CSIVolumeSource,CSIVolumeSource> function) -
DoneableCSIVolumeSource
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<CSIVolumeSource>
-