Interface APIServiceFluent<A extends APIServiceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
APIServiceListFluent.ItemsNested<N>, BaseKubernetesListFluent.APIServiceItemsNested<N>, KubeSchemaFluent.APIServiceNested<N>, NamedExtensionFluent.APIServiceExtensionNested<N>, WatchEventFluent.APIServiceObjectNested<N>
All Known Implementing Classes:
APIServiceBuilder, APIServiceFluentImpl, APIServiceListFluentImpl.ItemsNestedImpl, BaseKubernetesListFluentImpl.APIServiceItemsNestedImpl, DoneableAPIService, KubeSchemaFluentImpl.APIServiceNestedImpl, NamedExtensionFluentImpl.APIServiceExtensionNestedImpl, WatchEventFluentImpl.APIServiceObjectNestedImpl

public interface APIServiceFluent<A extends APIServiceFluent<A>>
extends Fluent<A>