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:
Builder<ISCSIVolumeSource>,Visitable<ISCSIVolumeSourceBuilder>,VisitableBuilder<ISCSIVolumeSource,ISCSIVolumeSourceBuilder>
public class ISCSIVolumeSourceBuilder extends ISCSIVolumeSourceFluent<ISCSIVolumeSourceBuilder> implements VisitableBuilder<ISCSIVolumeSource,ISCSIVolumeSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ISCSIVolumeSourceFluent
ISCSIVolumeSourceFluent.SecretRefNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
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 ISCSIVolumeSourcebuild()-
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(ISCSIVolumeSource instance)
-
ISCSIVolumeSourceBuilder
public ISCSIVolumeSourceBuilder(ISCSIVolumeSourceFluent<?> fluent, ISCSIVolumeSource instance)
-
-
Method Detail
-
build
public ISCSIVolumeSource build()
- Specified by:
buildin interfaceBuilder<ISCSIVolumeSource>
-
-