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