Class AllowedFlexVolumeBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.extensions.AllowedFlexVolumeFluent<AllowedFlexVolumeBuilder>
-
- io.fabric8.kubernetes.api.model.extensions.AllowedFlexVolumeBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AllowedFlexVolume>,io.fabric8.kubernetes.api.builder.Visitable<AllowedFlexVolumeBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AllowedFlexVolume,AllowedFlexVolumeBuilder>
public class AllowedFlexVolumeBuilder extends AllowedFlexVolumeFluent<AllowedFlexVolumeBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AllowedFlexVolume,AllowedFlexVolumeBuilder>
-
-
Constructor Summary
Constructors Constructor Description AllowedFlexVolumeBuilder()AllowedFlexVolumeBuilder(AllowedFlexVolume instance)AllowedFlexVolumeBuilder(AllowedFlexVolumeFluent<?> fluent)AllowedFlexVolumeBuilder(AllowedFlexVolumeFluent<?> fluent, AllowedFlexVolume instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowedFlexVolumebuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.extensions.AllowedFlexVolumeFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getDriver, hasAdditionalProperties, hasDriver, hashCode, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withDriver
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AllowedFlexVolumeBuilder
public AllowedFlexVolumeBuilder()
-
AllowedFlexVolumeBuilder
public AllowedFlexVolumeBuilder(AllowedFlexVolumeFluent<?> fluent)
-
AllowedFlexVolumeBuilder
public AllowedFlexVolumeBuilder(AllowedFlexVolume instance)
-
AllowedFlexVolumeBuilder
public AllowedFlexVolumeBuilder(AllowedFlexVolumeFluent<?> fluent, AllowedFlexVolume instance)
-
-
Method Detail
-
build
public AllowedFlexVolume build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AllowedFlexVolume>
-
-