Class V1CinderPersistentVolumeSourceBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSourceFluentImpl<V1CinderPersistentVolumeSourceBuilder>
io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSourceBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSource>
,Fluent<V1CinderPersistentVolumeSourceBuilder>
,Visitable<V1CinderPersistentVolumeSourceBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSource,
,V1CinderPersistentVolumeSourceBuilder> V1CinderPersistentVolumeSourceFluent<V1CinderPersistentVolumeSourceBuilder>
public class V1CinderPersistentVolumeSourceBuilder
extends V1CinderPersistentVolumeSourceFluentImpl<V1CinderPersistentVolumeSourceBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSource,V1CinderPersistentVolumeSourceBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSourceFluent
V1CinderPersistentVolumeSourceFluent.SecretRefNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1CinderPersistentVolumeSourceBuilder
(io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSource instance) V1CinderPersistentVolumeSourceBuilder
(V1CinderPersistentVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSource instance) V1CinderPersistentVolumeSourceBuilder
(V1CinderPersistentVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSource instance, Boolean validationEnabled) V1CinderPersistentVolumeSourceBuilder
(V1CinderPersistentVolumeSourceFluent<?> fluent, Boolean validationEnabled) V1CinderPersistentVolumeSourceBuilder
(io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSource instance, Boolean validationEnabled) V1CinderPersistentVolumeSourceBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1CinderPersistentVolumeSource
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSourceFluentImpl
buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, getFsType, getReadOnly, getSecretRef, getVolumeID, hasFsType, hashCode, hasReadOnly, hasSecretRef, hasVolumeID, toString, withFsType, withNewSecretRef, withNewSecretRefLike, withReadOnly, withReadOnly, withSecretRef, withVolumeID
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1CinderPersistentVolumeSourceBuilder
public V1CinderPersistentVolumeSourceBuilder() -
V1CinderPersistentVolumeSourceBuilder
-
V1CinderPersistentVolumeSourceBuilder
-
V1CinderPersistentVolumeSourceBuilder
public V1CinderPersistentVolumeSourceBuilder(V1CinderPersistentVolumeSourceFluent<?> fluent, Boolean validationEnabled) -
V1CinderPersistentVolumeSourceBuilder
public V1CinderPersistentVolumeSourceBuilder(V1CinderPersistentVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSource instance) -
V1CinderPersistentVolumeSourceBuilder
public V1CinderPersistentVolumeSourceBuilder(V1CinderPersistentVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSource instance, Boolean validationEnabled) -
V1CinderPersistentVolumeSourceBuilder
public V1CinderPersistentVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSource instance) -
V1CinderPersistentVolumeSourceBuilder
public V1CinderPersistentVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1CinderPersistentVolumeSource instance, Boolean validationEnabled)
-
-
Method Details