Package io.fabric8.kubernetes.api.model
Class DoneableCSIPersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.CSIPersistentVolumeSourceFluentImpl<DoneableCSIPersistentVolumeSource>
io.fabric8.kubernetes.api.model.DoneableCSIPersistentVolumeSource
- All Implemented Interfaces:
Fluent<DoneableCSIPersistentVolumeSource>
,Visitable<DoneableCSIPersistentVolumeSource>
,CSIPersistentVolumeSourceFluent<DoneableCSIPersistentVolumeSource>
,Doneable<CSIPersistentVolumeSource>
public class DoneableCSIPersistentVolumeSource extends CSIPersistentVolumeSourceFluentImpl<DoneableCSIPersistentVolumeSource> implements Doneable<CSIPersistentVolumeSource>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.CSIPersistentVolumeSourceFluentImpl
CSIPersistentVolumeSourceFluentImpl.ControllerExpandSecretRefNestedImpl<N>, CSIPersistentVolumeSourceFluentImpl.ControllerPublishSecretRefNestedImpl<N>, CSIPersistentVolumeSourceFluentImpl.NodePublishSecretRefNestedImpl<N>, CSIPersistentVolumeSourceFluentImpl.NodeStageSecretRefNestedImpl<N>
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.CSIPersistentVolumeSourceFluent
CSIPersistentVolumeSourceFluent.ControllerExpandSecretRefNested<N>, CSIPersistentVolumeSourceFluent.ControllerPublishSecretRefNested<N>, CSIPersistentVolumeSourceFluent.NodePublishSecretRefNested<N>, CSIPersistentVolumeSourceFluent.NodeStageSecretRefNested<N>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableCSIPersistentVolumeSource(Function<CSIPersistentVolumeSource,CSIPersistentVolumeSource> function)
DoneableCSIPersistentVolumeSource(CSIPersistentVolumeSource item)
DoneableCSIPersistentVolumeSource(CSIPersistentVolumeSource item, Function<CSIPersistentVolumeSource,CSIPersistentVolumeSource> function)
-
Method Summary
Modifier and Type Method Description CSIPersistentVolumeSource
done()
Methods inherited from class io.fabric8.kubernetes.api.model.CSIPersistentVolumeSourceFluentImpl
addToVolumeAttributes, addToVolumeAttributes, buildControllerExpandSecretRef, buildControllerPublishSecretRef, buildNodePublishSecretRef, buildNodeStageSecretRef, editControllerExpandSecretRef, editControllerPublishSecretRef, editNodePublishSecretRef, editNodeStageSecretRef, editOrNewControllerExpandSecretRef, editOrNewControllerExpandSecretRefLike, editOrNewControllerPublishSecretRef, editOrNewControllerPublishSecretRefLike, editOrNewNodePublishSecretRef, editOrNewNodePublishSecretRefLike, editOrNewNodeStageSecretRef, editOrNewNodeStageSecretRefLike, equals, getControllerExpandSecretRef, getControllerPublishSecretRef, getDriver, getFsType, getNodePublishSecretRef, getNodeStageSecretRef, getVolumeAttributes, getVolumeHandle, hasControllerExpandSecretRef, hasControllerPublishSecretRef, hasDriver, hasFsType, hasNodePublishSecretRef, hasNodeStageSecretRef, hasReadOnly, hasVolumeAttributes, hasVolumeHandle, isReadOnly, removeFromVolumeAttributes, removeFromVolumeAttributes, withControllerExpandSecretRef, withControllerPublishSecretRef, withDriver, withFsType, withNewControllerExpandSecretRef, withNewControllerExpandSecretRef, withNewControllerExpandSecretRefLike, withNewControllerPublishSecretRef, withNewControllerPublishSecretRef, withNewControllerPublishSecretRefLike, withNewDriver, withNewDriver, withNewDriver, withNewFsType, withNewFsType, withNewFsType, withNewNodePublishSecretRef, withNewNodePublishSecretRef, withNewNodePublishSecretRefLike, withNewNodeStageSecretRef, withNewNodeStageSecretRef, withNewNodeStageSecretRefLike, withNewReadOnly, withNewReadOnly, withNewVolumeHandle, withNewVolumeHandle, withNewVolumeHandle, withNodePublishSecretRef, withNodeStageSecretRef, withReadOnly, withVolumeAttributes, withVolumeHandle
-
Constructor Details
-
DoneableCSIPersistentVolumeSource
public DoneableCSIPersistentVolumeSource(Function<CSIPersistentVolumeSource,CSIPersistentVolumeSource> function) -
DoneableCSIPersistentVolumeSource
public DoneableCSIPersistentVolumeSource(CSIPersistentVolumeSource item, Function<CSIPersistentVolumeSource,CSIPersistentVolumeSource> function) -
DoneableCSIPersistentVolumeSource
-
-
Method Details
-
done
- Specified by:
done
in interfaceDoneable<CSIPersistentVolumeSource>
-