Package io.fabric8.kubernetes.api.model
Class DoneablePatch
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.PatchFluentImpl<DoneablePatch>
io.fabric8.kubernetes.api.model.DoneablePatch
- All Implemented Interfaces:
Fluent<DoneablePatch>,Visitable<DoneablePatch>,Doneable<Patch>,PatchFluent<DoneablePatch>
public class DoneablePatch extends PatchFluentImpl<DoneablePatch> implements Doneable<Patch>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneablePatch(Function<Patch,Patch> function)DoneablePatch(Patch item)DoneablePatch(Patch item, Function<Patch,Patch> function) -
Method Summary