Package io.fabric8.kubernetes.api.model
Class DoneableVolumeMount
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.VolumeMountFluentImpl<DoneableVolumeMount>
io.fabric8.kubernetes.api.model.DoneableVolumeMount
- All Implemented Interfaces:
Fluent<DoneableVolumeMount>,Visitable<DoneableVolumeMount>,Doneable<VolumeMount>,VolumeMountFluent<DoneableVolumeMount>
public class DoneableVolumeMount extends VolumeMountFluentImpl<DoneableVolumeMount> implements Doneable<VolumeMount>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableVolumeMount(Function<VolumeMount,VolumeMount> function)DoneableVolumeMount(VolumeMount item)DoneableVolumeMount(VolumeMount item, Function<VolumeMount,VolumeMount> function) -
Method Summary
Modifier and Type Method Description VolumeMountdone()Methods inherited from class io.fabric8.kubernetes.api.model.VolumeMountFluentImpl
equals, getMountPath, getMountPropagation, getName, getSubPath, getSubPathExpr, hasMountPath, hasMountPropagation, hasName, hasReadOnly, hasSubPath, hasSubPathExpr, isReadOnly, withMountPath, withMountPropagation, withName, withNewMountPath, withNewMountPath, withNewMountPath, withNewMountPropagation, withNewMountPropagation, withNewMountPropagation, withNewName, withNewName, withNewName, withNewReadOnly, withNewReadOnly, withNewSubPath, withNewSubPath, withNewSubPath, withNewSubPathExpr, withNewSubPathExpr, withNewSubPathExpr, withReadOnly, withSubPath, withSubPathExpr
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<VolumeMount>
-