Package io.fabric8.kubernetes.api.model
Class ISCSIVolumeSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ISCSIVolumeSourceFluent<ISCSIVolumeSourceBuilder>
-
- io.fabric8.kubernetes.api.model.ISCSIVolumeSourceBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ISCSIVolumeSource>
,io.fabric8.kubernetes.api.builder.Visitable<ISCSIVolumeSourceBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<ISCSIVolumeSource,ISCSIVolumeSourceBuilder>
public class ISCSIVolumeSourceBuilder extends ISCSIVolumeSourceFluent<ISCSIVolumeSourceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ISCSIVolumeSource,ISCSIVolumeSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ISCSIVolumeSourceFluent
ISCSIVolumeSourceFluent.SecretRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description ISCSIVolumeSourceBuilder()
ISCSIVolumeSourceBuilder(ISCSIVolumeSource instance)
ISCSIVolumeSourceBuilder(ISCSIVolumeSourceFluent<?> fluent)
ISCSIVolumeSourceBuilder(ISCSIVolumeSourceFluent<?> fluent, ISCSIVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISCSIVolumeSource
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ISCSIVolumeSourceFluent
addAllToPortals, addToAdditionalProperties, addToAdditionalProperties, addToPortals, addToPortals, buildSecretRef, copyInstance, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, getAdditionalProperties, getChapAuthDiscovery, getChapAuthSession, getFirstPortal, getFsType, getInitiatorName, getIqn, getIscsiInterface, getLastPortal, getLun, getMatchingPortal, getPortal, getPortals, getReadOnly, getTargetPortal, hasAdditionalProperties, hasChapAuthDiscovery, hasChapAuthSession, hasFsType, hashCode, hasInitiatorName, hasIqn, hasIscsiInterface, hasLun, hasMatchingPortal, hasPortals, hasReadOnly, hasSecretRef, hasTargetPortal, removeAllFromPortals, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromPortals, setToPortals, toString, withAdditionalProperties, withChapAuthDiscovery, withChapAuthDiscovery, withChapAuthSession, withChapAuthSession, withFsType, withInitiatorName, withIqn, withIscsiInterface, withLun, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withPortals, withPortals, withReadOnly, withReadOnly, withSecretRef, withTargetPortal
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ISCSIVolumeSourceBuilder
public ISCSIVolumeSourceBuilder()
-
ISCSIVolumeSourceBuilder
public ISCSIVolumeSourceBuilder(ISCSIVolumeSourceFluent<?> fluent)
-
ISCSIVolumeSourceBuilder
public ISCSIVolumeSourceBuilder(ISCSIVolumeSourceFluent<?> fluent, ISCSIVolumeSource instance)
-
ISCSIVolumeSourceBuilder
public ISCSIVolumeSourceBuilder(ISCSIVolumeSource instance)
-
-
Method Detail
-
build
public ISCSIVolumeSource build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<ISCSIVolumeSource>
-
-