Package io.fabric8.kubernetes.api.model
Class FlexVolumeSourceBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.FlexVolumeSourceFluentImpl<FlexVolumeSourceBuilder>
io.fabric8.kubernetes.api.model.FlexVolumeSourceBuilder
- All Implemented Interfaces:
Builder<FlexVolumeSource>,Fluent<FlexVolumeSourceBuilder>,Visitable<FlexVolumeSourceBuilder>,VisitableBuilder<FlexVolumeSource,FlexVolumeSourceBuilder>,FlexVolumeSourceFluent<FlexVolumeSourceBuilder>
public class FlexVolumeSourceBuilder extends FlexVolumeSourceFluentImpl<FlexVolumeSourceBuilder> implements VisitableBuilder<FlexVolumeSource,FlexVolumeSourceBuilder>
-
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 FlexVolumeSourceBuilder()FlexVolumeSourceBuilder(FlexVolumeSource instance)FlexVolumeSourceBuilder(FlexVolumeSourceFluent<?> fluent)FlexVolumeSourceBuilder(FlexVolumeSourceFluent<?> fluent, FlexVolumeSource instance)FlexVolumeSourceBuilder(FlexVolumeSourceFluent<?> fluent, FlexVolumeSource instance, Boolean validationEnabled)FlexVolumeSourceBuilder(FlexVolumeSourceFluent<?> fluent, Boolean validationEnabled)FlexVolumeSourceBuilder(FlexVolumeSource instance, Boolean validationEnabled)FlexVolumeSourceBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description FlexVolumeSourcebuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.FlexVolumeSourceFluentImpl
addToOptions, addToOptions, buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, 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, withSecretRefMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
FlexVolumeSourceBuilder
public FlexVolumeSourceBuilder() -
FlexVolumeSourceBuilder
-
FlexVolumeSourceBuilder
-
FlexVolumeSourceBuilder
-
FlexVolumeSourceBuilder
-
FlexVolumeSourceBuilder
public FlexVolumeSourceBuilder(FlexVolumeSourceFluent<?> fluent, FlexVolumeSource instance, Boolean validationEnabled) -
FlexVolumeSourceBuilder
-
FlexVolumeSourceBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<FlexVolumeSource>
-
equals
- Overrides:
equalsin classFlexVolumeSourceFluentImpl<FlexVolumeSourceBuilder>
-