Package io.fabric8.kubernetes.api.model
Class ISCSIPersistentVolumeSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ISCSIPersistentVolumeSourceFluent<ISCSIPersistentVolumeSourceBuilder>
-
- io.fabric8.kubernetes.api.model.ISCSIPersistentVolumeSourceBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ISCSIPersistentVolumeSource>
,io.fabric8.kubernetes.api.builder.Visitable<ISCSIPersistentVolumeSourceBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<ISCSIPersistentVolumeSource,ISCSIPersistentVolumeSourceBuilder>
public class ISCSIPersistentVolumeSourceBuilder extends ISCSIPersistentVolumeSourceFluent<ISCSIPersistentVolumeSourceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ISCSIPersistentVolumeSource,ISCSIPersistentVolumeSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ISCSIPersistentVolumeSourceFluent
ISCSIPersistentVolumeSourceFluent.SecretRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description ISCSIPersistentVolumeSourceBuilder()
ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSource instance)
ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent)
ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent, ISCSIPersistentVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISCSIPersistentVolumeSource
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ISCSIPersistentVolumeSourceFluent
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
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder()
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent)
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent, ISCSIPersistentVolumeSource instance)
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSource instance)
-
-
Method Detail
-
build
public ISCSIPersistentVolumeSource build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<ISCSIPersistentVolumeSource>
-
-