Package io.fabric8.kubernetes.api.model
Class DoneableGlusterfsPersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.GlusterfsPersistentVolumeSourceFluentImpl<DoneableGlusterfsPersistentVolumeSource>
io.fabric8.kubernetes.api.model.DoneableGlusterfsPersistentVolumeSource
- All Implemented Interfaces:
Fluent<DoneableGlusterfsPersistentVolumeSource>,Visitable<DoneableGlusterfsPersistentVolumeSource>,Doneable<GlusterfsPersistentVolumeSource>,GlusterfsPersistentVolumeSourceFluent<DoneableGlusterfsPersistentVolumeSource>
public class DoneableGlusterfsPersistentVolumeSource extends GlusterfsPersistentVolumeSourceFluentImpl<DoneableGlusterfsPersistentVolumeSource> implements Doneable<GlusterfsPersistentVolumeSource>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableGlusterfsPersistentVolumeSource(Function<GlusterfsPersistentVolumeSource,GlusterfsPersistentVolumeSource> function)DoneableGlusterfsPersistentVolumeSource(GlusterfsPersistentVolumeSource item)DoneableGlusterfsPersistentVolumeSource(GlusterfsPersistentVolumeSource item, Function<GlusterfsPersistentVolumeSource,GlusterfsPersistentVolumeSource> function) -
Method Summary
Modifier and Type Method Description GlusterfsPersistentVolumeSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.GlusterfsPersistentVolumeSourceFluentImpl
equals, getEndpoints, getEndpointsNamespace, getPath, hasEndpoints, hasEndpointsNamespace, hasPath, hasReadOnly, isReadOnly, withEndpoints, withEndpointsNamespace, withNewEndpoints, withNewEndpoints, withNewEndpoints, withNewEndpointsNamespace, withNewEndpointsNamespace, withNewEndpointsNamespace, withNewPath, withNewPath, withNewPath, withNewReadOnly, withNewReadOnly, withPath, withReadOnly
-
Constructor Details
-
DoneableGlusterfsPersistentVolumeSource
public DoneableGlusterfsPersistentVolumeSource(Function<GlusterfsPersistentVolumeSource,GlusterfsPersistentVolumeSource> function) -
DoneableGlusterfsPersistentVolumeSource
public DoneableGlusterfsPersistentVolumeSource(GlusterfsPersistentVolumeSource item, Function<GlusterfsPersistentVolumeSource,GlusterfsPersistentVolumeSource> function) -
DoneableGlusterfsPersistentVolumeSource
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<GlusterfsPersistentVolumeSource>
-