Interface ConfigFluent<A extends ConfigFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
KubeSchemaFluent.ConfigNested<N>, WatchEventFluent.ConfigObjectNested<N>
All Known Implementing Classes:
ConfigBuilder, ConfigFluentImpl, DoneableConfig, KubeSchemaFluentImpl.ConfigNestedImpl, WatchEventFluentImpl.ConfigObjectNestedImpl

public interface ConfigFluent<A extends ConfigFluent<A>>
extends Fluent<A>