Class V1ISCSIVolumeSourceBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ISCSIVolumeSourceFluentImpl<V1ISCSIVolumeSourceBuilder>
io.kubernetes.client.openapi.models.V1ISCSIVolumeSourceBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1ISCSIVolumeSource>
,Fluent<V1ISCSIVolumeSourceBuilder>
,Visitable<V1ISCSIVolumeSourceBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1ISCSIVolumeSource,
,V1ISCSIVolumeSourceBuilder> V1ISCSIVolumeSourceFluent<V1ISCSIVolumeSourceBuilder>
public class V1ISCSIVolumeSourceBuilder
extends V1ISCSIVolumeSourceFluentImpl<V1ISCSIVolumeSourceBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ISCSIVolumeSource,V1ISCSIVolumeSourceBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ISCSIVolumeSourceFluent
V1ISCSIVolumeSourceFluent.SecretRefNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ISCSIVolumeSourceBuilder
(io.kubernetes.client.openapi.models.V1ISCSIVolumeSource instance) V1ISCSIVolumeSourceBuilder
(V1ISCSIVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1ISCSIVolumeSource instance) V1ISCSIVolumeSourceBuilder
(V1ISCSIVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1ISCSIVolumeSource instance, Boolean validationEnabled) V1ISCSIVolumeSourceBuilder
(V1ISCSIVolumeSourceFluent<?> fluent, Boolean validationEnabled) V1ISCSIVolumeSourceBuilder
(io.kubernetes.client.openapi.models.V1ISCSIVolumeSource instance, Boolean validationEnabled) V1ISCSIVolumeSourceBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1ISCSIVolumeSource
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1ISCSIVolumeSourceFluentImpl
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
-
V1ISCSIVolumeSourceBuilder
public V1ISCSIVolumeSourceBuilder() -
V1ISCSIVolumeSourceBuilder
-
V1ISCSIVolumeSourceBuilder
-
V1ISCSIVolumeSourceBuilder
-
V1ISCSIVolumeSourceBuilder
public V1ISCSIVolumeSourceBuilder(V1ISCSIVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1ISCSIVolumeSource instance) -
V1ISCSIVolumeSourceBuilder
public V1ISCSIVolumeSourceBuilder(V1ISCSIVolumeSourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1ISCSIVolumeSource instance, Boolean validationEnabled) -
V1ISCSIVolumeSourceBuilder
public V1ISCSIVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1ISCSIVolumeSource instance) -
V1ISCSIVolumeSourceBuilder
public V1ISCSIVolumeSourceBuilder(io.kubernetes.client.openapi.models.V1ISCSIVolumeSource instance, Boolean validationEnabled)
-
-
Method Details