Package io.fabric8.kubernetes.api.model
Class DoneableHostPathVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.HostPathVolumeSourceFluentImpl<DoneableHostPathVolumeSource>
io.fabric8.kubernetes.api.model.DoneableHostPathVolumeSource
- All Implemented Interfaces:
Fluent<DoneableHostPathVolumeSource>,Visitable<DoneableHostPathVolumeSource>,Doneable<HostPathVolumeSource>,HostPathVolumeSourceFluent<DoneableHostPathVolumeSource>
public class DoneableHostPathVolumeSource extends HostPathVolumeSourceFluentImpl<DoneableHostPathVolumeSource> implements Doneable<HostPathVolumeSource>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableHostPathVolumeSource(Function<HostPathVolumeSource,HostPathVolumeSource> function)DoneableHostPathVolumeSource(HostPathVolumeSource item)DoneableHostPathVolumeSource(HostPathVolumeSource item, Function<HostPathVolumeSource,HostPathVolumeSource> function) -
Method Summary
Modifier and Type Method Description HostPathVolumeSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.HostPathVolumeSourceFluentImpl
equals, getPath, getType, hasPath, hasType, withNewPath, withNewPath, withNewPath, withNewType, withNewType, withNewType, withPath, withType
-
Constructor Details
-
DoneableHostPathVolumeSource
-
DoneableHostPathVolumeSource
public DoneableHostPathVolumeSource(HostPathVolumeSource item, Function<HostPathVolumeSource,HostPathVolumeSource> function) -
DoneableHostPathVolumeSource
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<HostPathVolumeSource>
-