Package io.fabric8.kubernetes.api.model
Class ISCSIPersistentVolumeSourceBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ISCSIPersistentVolumeSourceFluentImpl<ISCSIPersistentVolumeSourceBuilder>
io.fabric8.kubernetes.api.model.ISCSIPersistentVolumeSourceBuilder
- All Implemented Interfaces:
Builder<ISCSIPersistentVolumeSource>
,Fluent<ISCSIPersistentVolumeSourceBuilder>
,Visitable<ISCSIPersistentVolumeSourceBuilder>
,VisitableBuilder<ISCSIPersistentVolumeSource,ISCSIPersistentVolumeSourceBuilder>
,ISCSIPersistentVolumeSourceFluent<ISCSIPersistentVolumeSourceBuilder>
public class ISCSIPersistentVolumeSourceBuilder extends ISCSIPersistentVolumeSourceFluentImpl<ISCSIPersistentVolumeSourceBuilder> implements VisitableBuilder<ISCSIPersistentVolumeSource,ISCSIPersistentVolumeSourceBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ISCSIPersistentVolumeSourceFluentImpl
ISCSIPersistentVolumeSourceFluentImpl.SecretRefNestedImpl<N>
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ISCSIPersistentVolumeSourceFluent
ISCSIPersistentVolumeSourceFluent.SecretRefNested<N>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ISCSIPersistentVolumeSourceBuilder()
ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSource instance)
ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent)
ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent, ISCSIPersistentVolumeSource instance)
ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent, ISCSIPersistentVolumeSource instance, Boolean validationEnabled)
ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent, Boolean validationEnabled)
ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSource instance, Boolean validationEnabled)
ISCSIPersistentVolumeSourceBuilder(Boolean validationEnabled)
-
Method Summary
Modifier and Type Method Description ISCSIPersistentVolumeSource
build()
boolean
equals(Object o)
Methods inherited from class io.fabric8.kubernetes.api.model.ISCSIPersistentVolumeSourceFluentImpl
addAllToPortals, addNewPortal, addNewPortal, addNewPortal, addToPortals, addToPortals, buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, getFirstPortal, getFsType, getInitiatorName, getIqn, getIscsiInterface, getLastPortal, getLun, getMatchingPortal, getPortal, getPortals, getSecretRef, getTargetPortal, hasChapAuthDiscovery, hasChapAuthSession, hasFsType, hasInitiatorName, hasIqn, hasIscsiInterface, hasLun, hasMatchingPortal, hasPortals, hasReadOnly, hasSecretRef, hasTargetPortal, isChapAuthDiscovery, isChapAuthSession, isReadOnly, removeAllFromPortals, removeFromPortals, setToPortals, withChapAuthDiscovery, withChapAuthSession, withFsType, withInitiatorName, withIqn, withIscsiInterface, withLun, withNewChapAuthDiscovery, withNewChapAuthDiscovery, withNewChapAuthSession, withNewChapAuthSession, withNewFsType, withNewFsType, withNewFsType, withNewInitiatorName, withNewInitiatorName, withNewInitiatorName, withNewIqn, withNewIqn, withNewIqn, withNewIscsiInterface, withNewIscsiInterface, withNewIscsiInterface, withNewLun, withNewLun, withNewReadOnly, withNewReadOnly, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withNewTargetPortal, withNewTargetPortal, withNewTargetPortal, withPortals, withPortals, withReadOnly, withSecretRef, withTargetPortal
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder() -
ISCSIPersistentVolumeSourceBuilder
-
ISCSIPersistentVolumeSourceBuilder
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent, Boolean validationEnabled) -
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent, ISCSIPersistentVolumeSource instance) -
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent, ISCSIPersistentVolumeSource instance, Boolean validationEnabled) -
ISCSIPersistentVolumeSourceBuilder
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSource instance, Boolean validationEnabled)
-
-
Method Details
-
build
- Specified by:
build
in interfaceBuilder<ISCSIPersistentVolumeSource>
-
equals
- Overrides:
equals
in classISCSIPersistentVolumeSourceFluentImpl<ISCSIPersistentVolumeSourceBuilder>
-