Package io.fabric8.kubernetes.api.model
Class ScaleIOVolumeSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ScaleIOVolumeSourceFluent<ScaleIOVolumeSourceBuilder>
-
- io.fabric8.kubernetes.api.model.ScaleIOVolumeSourceBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ScaleIOVolumeSource>
,io.fabric8.kubernetes.api.builder.Visitable<ScaleIOVolumeSourceBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<ScaleIOVolumeSource,ScaleIOVolumeSourceBuilder>
public class ScaleIOVolumeSourceBuilder extends ScaleIOVolumeSourceFluent<ScaleIOVolumeSourceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ScaleIOVolumeSource,ScaleIOVolumeSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ScaleIOVolumeSourceFluent
ScaleIOVolumeSourceFluent.SecretRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description ScaleIOVolumeSourceBuilder()
ScaleIOVolumeSourceBuilder(ScaleIOVolumeSource instance)
ScaleIOVolumeSourceBuilder(ScaleIOVolumeSourceFluent<?> fluent)
ScaleIOVolumeSourceBuilder(ScaleIOVolumeSourceFluent<?> fluent, ScaleIOVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScaleIOVolumeSource
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ScaleIOVolumeSourceFluent
addToAdditionalProperties, addToAdditionalProperties, buildSecretRef, copyInstance, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, getAdditionalProperties, getFsType, getGateway, getProtectionDomain, getReadOnly, getSslEnabled, getStorageMode, getStoragePool, getSystem, getVolumeName, hasAdditionalProperties, hasFsType, hasGateway, hashCode, hasProtectionDomain, hasReadOnly, hasSecretRef, hasSslEnabled, hasStorageMode, hasStoragePool, hasSystem, hasVolumeName, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withFsType, withGateway, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withProtectionDomain, withReadOnly, withReadOnly, withSecretRef, withSslEnabled, withSslEnabled, withStorageMode, withStoragePool, withSystem, withVolumeName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ScaleIOVolumeSourceBuilder
public ScaleIOVolumeSourceBuilder()
-
ScaleIOVolumeSourceBuilder
public ScaleIOVolumeSourceBuilder(ScaleIOVolumeSourceFluent<?> fluent)
-
ScaleIOVolumeSourceBuilder
public ScaleIOVolumeSourceBuilder(ScaleIOVolumeSourceFluent<?> fluent, ScaleIOVolumeSource instance)
-
ScaleIOVolumeSourceBuilder
public ScaleIOVolumeSourceBuilder(ScaleIOVolumeSource instance)
-
-
Method Detail
-
build
public ScaleIOVolumeSource build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<ScaleIOVolumeSource>
-
-