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
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISCSIPersistentVolumeSource
build()
boolean
equals(Object o)
int
hashCode()
-
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, withNewReadOnly, withNewReadOnly, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withNewTargetPortal, withNewTargetPortal, withNewTargetPortal, withPortals, withPortals, withReadOnly, withSecretRef, withTargetPortal
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder()
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(Boolean validationEnabled)
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent)
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent, Boolean validationEnabled)
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent, ISCSIPersistentVolumeSource instance)
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSourceFluent<?> fluent, ISCSIPersistentVolumeSource instance, Boolean validationEnabled)
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSource instance)
-
ISCSIPersistentVolumeSourceBuilder
public ISCSIPersistentVolumeSourceBuilder(ISCSIPersistentVolumeSource instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public ISCSIPersistentVolumeSource build()
- Specified by:
build
in interfaceBuilder<ISCSIPersistentVolumeSource>
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classISCSIPersistentVolumeSourceFluentImpl<ISCSIPersistentVolumeSourceBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classISCSIPersistentVolumeSourceFluentImpl<ISCSIPersistentVolumeSourceBuilder>
-
-