Class IscsiBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.IscsiFluent<IscsiBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.IscsiBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Iscsi>,io.fabric8.kubernetes.api.builder.Fluent<IscsiBuilder>,io.fabric8.kubernetes.api.builder.Visitable<IscsiBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Iscsi,IscsiBuilder>
public class IscsiBuilder extends IscsiFluent<IscsiBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Iscsi,IscsiBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.IscsiFluent
IscsiFluent.IscsiSecretRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description IscsiBuilder()IscsiBuilder(Iscsi instance)IscsiBuilder(IscsiFluent<?> fluent)IscsiBuilder(IscsiFluent<?> fluent, Iscsi instance)IscsiBuilder(IscsiFluent<?> fluent, Iscsi instance, Boolean validationEnabled)IscsiBuilder(IscsiFluent<?> fluent, Boolean validationEnabled)IscsiBuilder(Iscsi instance, Boolean validationEnabled)IscsiBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iscsibuild()-
Methods inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.IscsiFluent
addAllToPortals, addToPortals, addToPortals, buildSecretRef, editIscsiSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, equals, getChapAuthDiscovery, getChapAuthSession, getFirstPortal, getFsType, getInitiatorName, getIqn, getIscsiInterface, getLastPortal, getLun, getMatchingPortal, getPortal, getPortals, getReadOnly, getTargetPortal, hasChapAuthDiscovery, hasChapAuthSession, hasFsType, hashCode, hasInitiatorName, hasIqn, hasIscsiInterface, hasLun, hasMatchingPortal, hasPortals, hasReadOnly, hasSecretRef, hasTargetPortal, removeAllFromPortals, removeFromPortals, setToPortals, toString, withChapAuthDiscovery, withChapAuthDiscovery, withChapAuthSession, withChapAuthSession, withFsType, withInitiatorName, withIqn, withIscsiInterface, withLun, withNewIscsiSecretRef, withNewSecretRefLike, withPortals, withPortals, withReadOnly, withReadOnly, withSecretRef, withTargetPortal
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
IscsiBuilder
public IscsiBuilder()
-
IscsiBuilder
public IscsiBuilder(Boolean validationEnabled)
-
IscsiBuilder
public IscsiBuilder(IscsiFluent<?> fluent)
-
IscsiBuilder
public IscsiBuilder(IscsiFluent<?> fluent, Boolean validationEnabled)
-
IscsiBuilder
public IscsiBuilder(IscsiFluent<?> fluent, Iscsi instance)
-
IscsiBuilder
public IscsiBuilder(IscsiFluent<?> fluent, Iscsi instance, Boolean validationEnabled)
-
IscsiBuilder
public IscsiBuilder(Iscsi instance)
-
-