Package io.fabric8.kubernetes.api.model
Class ScaleIOVolumeSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ScaleIOVolumeSourceFluentImpl<ScaleIOVolumeSourceBuilder>
-
- io.fabric8.kubernetes.api.model.ScaleIOVolumeSourceBuilder
-
- All Implemented Interfaces:
Builder<ScaleIOVolumeSource>,Fluent<ScaleIOVolumeSourceBuilder>,Visitable<ScaleIOVolumeSourceBuilder>,VisitableBuilder<ScaleIOVolumeSource,ScaleIOVolumeSourceBuilder>,ScaleIOVolumeSourceFluent<ScaleIOVolumeSourceBuilder>
public class ScaleIOVolumeSourceBuilder extends ScaleIOVolumeSourceFluentImpl<ScaleIOVolumeSourceBuilder> implements VisitableBuilder<ScaleIOVolumeSource,ScaleIOVolumeSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ScaleIOVolumeSourceFluentImpl
ScaleIOVolumeSourceFluentImpl.SecretRefNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ScaleIOVolumeSourceFluent
ScaleIOVolumeSourceFluent.SecretRefNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description ScaleIOVolumeSourceBuilder()ScaleIOVolumeSourceBuilder(ScaleIOVolumeSource instance)ScaleIOVolumeSourceBuilder(ScaleIOVolumeSourceFluent<?> fluent)ScaleIOVolumeSourceBuilder(ScaleIOVolumeSourceFluent<?> fluent, ScaleIOVolumeSource instance)ScaleIOVolumeSourceBuilder(ScaleIOVolumeSourceFluent<?> fluent, ScaleIOVolumeSource instance, Boolean validationEnabled)ScaleIOVolumeSourceBuilder(ScaleIOVolumeSourceFluent<?> fluent, Boolean validationEnabled)ScaleIOVolumeSourceBuilder(ScaleIOVolumeSource instance, Boolean validationEnabled)ScaleIOVolumeSourceBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScaleIOVolumeSourcebuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.kubernetes.api.model.ScaleIOVolumeSourceFluentImpl
buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, getFsType, getGateway, getProtectionDomain, getSecretRef, getStorageMode, getStoragePool, getSystem, getVolumeName, hasFsType, hasGateway, hasProtectionDomain, hasReadOnly, hasSecretRef, hasSslEnabled, hasStorageMode, hasStoragePool, hasSystem, hasVolumeName, isReadOnly, isSslEnabled, withFsType, withGateway, withNewFsType, withNewFsType, withNewFsType, withNewGateway, withNewGateway, withNewGateway, withNewProtectionDomain, withNewProtectionDomain, withNewProtectionDomain, withNewReadOnly, withNewReadOnly, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withNewSslEnabled, withNewSslEnabled, withNewStorageMode, withNewStorageMode, withNewStorageMode, withNewStoragePool, withNewStoragePool, withNewStoragePool, withNewSystem, withNewSystem, withNewSystem, withNewVolumeName, withNewVolumeName, withNewVolumeName, withProtectionDomain, withReadOnly, withSecretRef, withSslEnabled, withStorageMode, withStoragePool, withSystem, withVolumeName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
ScaleIOVolumeSourceBuilder
public ScaleIOVolumeSourceBuilder()
-
ScaleIOVolumeSourceBuilder
public ScaleIOVolumeSourceBuilder(Boolean validationEnabled)
-
ScaleIOVolumeSourceBuilder
public ScaleIOVolumeSourceBuilder(ScaleIOVolumeSourceFluent<?> fluent)
-
ScaleIOVolumeSourceBuilder
public ScaleIOVolumeSourceBuilder(ScaleIOVolumeSourceFluent<?> fluent, Boolean validationEnabled)
-
ScaleIOVolumeSourceBuilder
public ScaleIOVolumeSourceBuilder(ScaleIOVolumeSourceFluent<?> fluent, ScaleIOVolumeSource instance)
-
ScaleIOVolumeSourceBuilder
public ScaleIOVolumeSourceBuilder(ScaleIOVolumeSourceFluent<?> fluent, ScaleIOVolumeSource instance, Boolean validationEnabled)
-
ScaleIOVolumeSourceBuilder
public ScaleIOVolumeSourceBuilder(ScaleIOVolumeSource instance)
-
ScaleIOVolumeSourceBuilder
public ScaleIOVolumeSourceBuilder(ScaleIOVolumeSource instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public ScaleIOVolumeSource build()
- Specified by:
buildin interfaceBuilder<ScaleIOVolumeSource>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classScaleIOVolumeSourceFluentImpl<ScaleIOVolumeSourceBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classScaleIOVolumeSourceFluentImpl<ScaleIOVolumeSourceBuilder>
-
-