Package io.fabric8.kubernetes.api.model
Class DoneableISCSIVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ISCSIVolumeSourceFluentImpl<DoneableISCSIVolumeSource>
io.fabric8.kubernetes.api.model.DoneableISCSIVolumeSource
- All Implemented Interfaces:
Fluent<DoneableISCSIVolumeSource>,Visitable<DoneableISCSIVolumeSource>,Doneable<ISCSIVolumeSource>,ISCSIVolumeSourceFluent<DoneableISCSIVolumeSource>
public class DoneableISCSIVolumeSource extends ISCSIVolumeSourceFluentImpl<DoneableISCSIVolumeSource> implements Doneable<ISCSIVolumeSource>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ISCSIVolumeSourceFluentImpl
ISCSIVolumeSourceFluentImpl.SecretRefNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ISCSIVolumeSourceFluent
ISCSIVolumeSourceFluent.SecretRefNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableISCSIVolumeSource(Function<ISCSIVolumeSource,ISCSIVolumeSource> function)DoneableISCSIVolumeSource(ISCSIVolumeSource item)DoneableISCSIVolumeSource(ISCSIVolumeSource item, Function<ISCSIVolumeSource,ISCSIVolumeSource> function) -
Method Summary
Modifier and Type Method Description ISCSIVolumeSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.ISCSIVolumeSourceFluentImpl
addAllToPortals, addNewPortal, addNewPortal, addNewPortal, addToPortals, addToPortals, buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, 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
-
Constructor Details
-
DoneableISCSIVolumeSource
-
DoneableISCSIVolumeSource
public DoneableISCSIVolumeSource(ISCSIVolumeSource item, Function<ISCSIVolumeSource,ISCSIVolumeSource> function) -
DoneableISCSIVolumeSource
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<ISCSIVolumeSource>
-