Package io.fabric8.kubernetes.api.model
Class DoneableISCSIPersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ISCSIPersistentVolumeSourceFluentImpl<DoneableISCSIPersistentVolumeSource>
io.fabric8.kubernetes.api.model.DoneableISCSIPersistentVolumeSource
- All Implemented Interfaces:
Fluent<DoneableISCSIPersistentVolumeSource>
,Visitable<DoneableISCSIPersistentVolumeSource>
,Doneable<ISCSIPersistentVolumeSource>
,ISCSIPersistentVolumeSourceFluent<DoneableISCSIPersistentVolumeSource>
public class DoneableISCSIPersistentVolumeSource extends ISCSIPersistentVolumeSourceFluentImpl<DoneableISCSIPersistentVolumeSource> implements Doneable<ISCSIPersistentVolumeSource>
-
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 DoneableISCSIPersistentVolumeSource(Function<ISCSIPersistentVolumeSource,ISCSIPersistentVolumeSource> function)
DoneableISCSIPersistentVolumeSource(ISCSIPersistentVolumeSource item)
DoneableISCSIPersistentVolumeSource(ISCSIPersistentVolumeSource item, Function<ISCSIPersistentVolumeSource,ISCSIPersistentVolumeSource> function)
-
Method Summary
Modifier and Type Method Description ISCSIPersistentVolumeSource
done()
Methods inherited from class io.fabric8.kubernetes.api.model.ISCSIPersistentVolumeSourceFluentImpl
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
-
DoneableISCSIPersistentVolumeSource
public DoneableISCSIPersistentVolumeSource(Function<ISCSIPersistentVolumeSource,ISCSIPersistentVolumeSource> function) -
DoneableISCSIPersistentVolumeSource
public DoneableISCSIPersistentVolumeSource(ISCSIPersistentVolumeSource item, Function<ISCSIPersistentVolumeSource,ISCSIPersistentVolumeSource> function) -
DoneableISCSIPersistentVolumeSource
-
-
Method Details
-
done
- Specified by:
done
in interfaceDoneable<ISCSIPersistentVolumeSource>
-