Package io.fabric8.kubernetes.api.model
Class DoneableFlexVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.FlexVolumeSourceFluentImpl<DoneableFlexVolumeSource>
io.fabric8.kubernetes.api.model.DoneableFlexVolumeSource
- All Implemented Interfaces:
Fluent<DoneableFlexVolumeSource>
,Visitable<DoneableFlexVolumeSource>
,Doneable<FlexVolumeSource>
,FlexVolumeSourceFluent<DoneableFlexVolumeSource>
public class DoneableFlexVolumeSource extends FlexVolumeSourceFluentImpl<DoneableFlexVolumeSource> implements Doneable<FlexVolumeSource>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.FlexVolumeSourceFluentImpl
FlexVolumeSourceFluentImpl.SecretRefNestedImpl<N>
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.FlexVolumeSourceFluent
FlexVolumeSourceFluent.SecretRefNested<N>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableFlexVolumeSource(Function<FlexVolumeSource,FlexVolumeSource> function)
DoneableFlexVolumeSource(FlexVolumeSource item)
DoneableFlexVolumeSource(FlexVolumeSource item, Function<FlexVolumeSource,FlexVolumeSource> function)
-
Method Summary
Modifier and Type Method Description FlexVolumeSource
done()
Methods inherited from class io.fabric8.kubernetes.api.model.FlexVolumeSourceFluentImpl
addToOptions, addToOptions, buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, getDriver, getFsType, getOptions, getSecretRef, hasDriver, hasFsType, hasOptions, hasReadOnly, hasSecretRef, isReadOnly, removeFromOptions, removeFromOptions, withDriver, withFsType, withNewDriver, withNewDriver, withNewDriver, withNewFsType, withNewFsType, withNewFsType, withNewReadOnly, withNewReadOnly, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withOptions, withReadOnly, withSecretRef
-
Constructor Details
-
DoneableFlexVolumeSource
-
DoneableFlexVolumeSource
public DoneableFlexVolumeSource(FlexVolumeSource item, Function<FlexVolumeSource,FlexVolumeSource> function) -
DoneableFlexVolumeSource
-
-
Method Details
-
done
- Specified by:
done
in interfaceDoneable<FlexVolumeSource>
-