Class V1ISCSIPersistentVolumeSourceBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSourceFluentImpl<V1ISCSIPersistentVolumeSourceBuilder>
io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSourceBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSource>
,Fluent<V1ISCSIPersistentVolumeSourceBuilder>
,Visitable<V1ISCSIPersistentVolumeSourceBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSource,
,V1ISCSIPersistentVolumeSourceBuilder> V1ISCSIPersistentVolumeSourceFluent<V1ISCSIPersistentVolumeSourceBuilder>
public class V1ISCSIPersistentVolumeSourceBuilder
extends V1ISCSIPersistentVolumeSourceFluentImpl<V1ISCSIPersistentVolumeSourceBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSource,V1ISCSIPersistentVolumeSourceBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSourceFluent
V1ISCSIPersistentVolumeSourceFluent.SecretRefNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ISCSIPersistentVolumeSourceBuilder
(io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSource instance) V1ISCSIPersistentVolumeSourceBuilder
(V1ISCSIPersistentVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSource instance) V1ISCSIPersistentVolumeSourceBuilder
(V1ISCSIPersistentVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSource instance, Boolean validationEnabled) V1ISCSIPersistentVolumeSourceBuilder
(V1ISCSIPersistentVolumeSourceFluent<?> fluent, Boolean validationEnabled) V1ISCSIPersistentVolumeSourceBuilder
(io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSource instance, Boolean validationEnabled) V1ISCSIPersistentVolumeSourceBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSource
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSourceFluentImpl
addAllToPortals, addToPortals, addToPortals, buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, getChapAuthDiscovery, getChapAuthSession, getFirstPortal, getFsType, getInitiatorName, getIqn, getIscsiInterface, getLastPortal, getLun, getMatchingPortal, getPortal, getPortals, getReadOnly, getSecretRef, getTargetPortal, hasChapAuthDiscovery, hasChapAuthSession, hasFsType, hashCode, hasInitiatorName, hasIqn, hasIscsiInterface, hasLun, hasMatchingPortal, hasPortals, hasReadOnly, hasSecretRef, hasTargetPortal, removeAllFromPortals, removeFromPortals, setToPortals, toString, withChapAuthDiscovery, withChapAuthDiscovery, withChapAuthSession, withChapAuthSession, withFsType, withInitiatorName, withIqn, withIscsiInterface, withLun, withNewSecretRef, withNewSecretRefLike, withPortals, withPortals, withReadOnly, withReadOnly, withSecretRef, withTargetPortal
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ISCSIPersistentVolumeSourceBuilder
public V1ISCSIPersistentVolumeSourceBuilder() -
V1ISCSIPersistentVolumeSourceBuilder
-
V1ISCSIPersistentVolumeSourceBuilder
-
V1ISCSIPersistentVolumeSourceBuilder
public V1ISCSIPersistentVolumeSourceBuilder(V1ISCSIPersistentVolumeSourceFluent<?> fluent, Boolean validationEnabled) -
V1ISCSIPersistentVolumeSourceBuilder
public V1ISCSIPersistentVolumeSourceBuilder(V1ISCSIPersistentVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSource instance) -
V1ISCSIPersistentVolumeSourceBuilder
public V1ISCSIPersistentVolumeSourceBuilder(V1ISCSIPersistentVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSource instance, Boolean validationEnabled) -
V1ISCSIPersistentVolumeSourceBuilder
public V1ISCSIPersistentVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSource instance) -
V1ISCSIPersistentVolumeSourceBuilder
public V1ISCSIPersistentVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1ISCSIPersistentVolumeSource instance, Boolean validationEnabled)
-
-
Method Details