Class V1ScaleIOVolumeSourceBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ScaleIOVolumeSourceFluentImpl<V1ScaleIOVolumeSourceBuilder>
io.kubernetes.client.openapi.models.V1ScaleIOVolumeSourceBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1ScaleIOVolumeSource>
,Fluent<V1ScaleIOVolumeSourceBuilder>
,Visitable<V1ScaleIOVolumeSourceBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1ScaleIOVolumeSource,
,V1ScaleIOVolumeSourceBuilder> V1ScaleIOVolumeSourceFluent<V1ScaleIOVolumeSourceBuilder>
public class V1ScaleIOVolumeSourceBuilder
extends V1ScaleIOVolumeSourceFluentImpl<V1ScaleIOVolumeSourceBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ScaleIOVolumeSource,V1ScaleIOVolumeSourceBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ScaleIOVolumeSourceFluent
V1ScaleIOVolumeSourceFluent.SecretRefNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ScaleIOVolumeSourceBuilder
(io.kubernetes.client.openapi.models.V1ScaleIOVolumeSource instance) V1ScaleIOVolumeSourceBuilder
(V1ScaleIOVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1ScaleIOVolumeSource instance) V1ScaleIOVolumeSourceBuilder
(V1ScaleIOVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1ScaleIOVolumeSource instance, Boolean validationEnabled) V1ScaleIOVolumeSourceBuilder
(V1ScaleIOVolumeSourceFluent<?> fluent, Boolean validationEnabled) V1ScaleIOVolumeSourceBuilder
(io.kubernetes.client.openapi.models.V1ScaleIOVolumeSource instance, Boolean validationEnabled) V1ScaleIOVolumeSourceBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ScaleIOVolumeSource
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1ScaleIOVolumeSourceFluentImpl
buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, getFsType, getGateway, getProtectionDomain, getReadOnly, getSecretRef, getSslEnabled, getStorageMode, getStoragePool, getSystem, getVolumeName, hasFsType, hasGateway, hashCode, hasProtectionDomain, hasReadOnly, hasSecretRef, hasSslEnabled, hasStorageMode, hasStoragePool, hasSystem, hasVolumeName, toString, withFsType, withGateway, withNewSecretRef, withNewSecretRefLike, withProtectionDomain, withReadOnly, withReadOnly, withSecretRef, withSslEnabled, withSslEnabled, withStorageMode, withStoragePool, withSystem, withVolumeName
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ScaleIOVolumeSourceBuilder
public V1ScaleIOVolumeSourceBuilder() -
V1ScaleIOVolumeSourceBuilder
-
V1ScaleIOVolumeSourceBuilder
-
V1ScaleIOVolumeSourceBuilder
public V1ScaleIOVolumeSourceBuilder(V1ScaleIOVolumeSourceFluent<?> fluent, Boolean validationEnabled) -
V1ScaleIOVolumeSourceBuilder
public V1ScaleIOVolumeSourceBuilder(V1ScaleIOVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1ScaleIOVolumeSource instance) -
V1ScaleIOVolumeSourceBuilder
public V1ScaleIOVolumeSourceBuilder(V1ScaleIOVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1ScaleIOVolumeSource instance, Boolean validationEnabled) -
V1ScaleIOVolumeSourceBuilder
public V1ScaleIOVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1ScaleIOVolumeSource instance) -
V1ScaleIOVolumeSourceBuilder
public V1ScaleIOVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1ScaleIOVolumeSource instance, Boolean validationEnabled)
-
-
Method Details