Package io.fabric8.kubernetes.api.model
Class DoneableQuobyteVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.QuobyteVolumeSourceFluentImpl<DoneableQuobyteVolumeSource>
io.fabric8.kubernetes.api.model.DoneableQuobyteVolumeSource
- All Implemented Interfaces:
Fluent<DoneableQuobyteVolumeSource>
,Visitable<DoneableQuobyteVolumeSource>
,Doneable<QuobyteVolumeSource>
,QuobyteVolumeSourceFluent<DoneableQuobyteVolumeSource>
public class DoneableQuobyteVolumeSource extends QuobyteVolumeSourceFluentImpl<DoneableQuobyteVolumeSource> implements Doneable<QuobyteVolumeSource>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableQuobyteVolumeSource(Function<QuobyteVolumeSource,QuobyteVolumeSource> function)
DoneableQuobyteVolumeSource(QuobyteVolumeSource item)
DoneableQuobyteVolumeSource(QuobyteVolumeSource item, Function<QuobyteVolumeSource,QuobyteVolumeSource> function)
-
Method Summary
Modifier and Type Method Description QuobyteVolumeSource
done()
Methods inherited from class io.fabric8.kubernetes.api.model.QuobyteVolumeSourceFluentImpl
equals, getGroup, getRegistry, getTenant, getUser, getVolume, hasGroup, hasReadOnly, hasRegistry, hasTenant, hasUser, hasVolume, isReadOnly, withGroup, withNewGroup, withNewGroup, withNewGroup, withNewReadOnly, withNewReadOnly, withNewRegistry, withNewRegistry, withNewRegistry, withNewTenant, withNewTenant, withNewTenant, withNewUser, withNewUser, withNewUser, withNewVolume, withNewVolume, withNewVolume, withReadOnly, withRegistry, withTenant, withUser, withVolume
-
Constructor Details
-
DoneableQuobyteVolumeSource
-
DoneableQuobyteVolumeSource
public DoneableQuobyteVolumeSource(QuobyteVolumeSource item, Function<QuobyteVolumeSource,QuobyteVolumeSource> function) -
DoneableQuobyteVolumeSource
-
-
Method Details
-
done
- Specified by:
done
in interfaceDoneable<QuobyteVolumeSource>
-