Interface PatchFluent<A extends PatchFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
KubeSchemaFluent.PatchNested<N>, WatchEventFluent.PatchObjectNested<N>
All Known Implementing Classes:
DoneablePatch, KubeSchemaFluentImpl.PatchNestedImpl, PatchBuilder, PatchFluentImpl, WatchEventFluentImpl.PatchObjectNestedImpl

public interface PatchFluent<A extends PatchFluent<A>>
extends Fluent<A>