Interface ServiceFluent<A extends ServiceFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
BaseKubernetesListFluent.ServiceItemsNested<N>, NamedExtensionFluent.ServiceExtensionNested<N>, ServiceListFluent.ItemsNested<N>, WatchEventFluent.ServiceObjectNested<N>
All Known Implementing Classes:
BaseKubernetesListFluentImpl.ServiceItemsNestedImpl, DoneableService, NamedExtensionFluentImpl.ServiceExtensionNestedImpl, ServiceBuilder, ServiceFluentImpl, ServiceListFluentImpl.ItemsNestedImpl, WatchEventFluentImpl.ServiceObjectNestedImpl

public interface ServiceFluent<A extends ServiceFluent<A>>
extends Fluent<A>