Uses of Interface
io.fabric8.kubernetes.api.model.ServiceFluent
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of ServiceFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type ServiceFluent Modifier and Type Interface Description interfaceServiceFluent<A extends ServiceFluent<A>>classServiceFluentImpl<A extends ServiceFluent<A>>Subinterfaces of ServiceFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interfaceBaseKubernetesListFluent.ServiceItemsNested<N>static interfaceNamedExtensionFluent.ServiceExtensionNested<N>static interfaceServiceListFluent.ItemsNested<N>static interfaceWatchEventFluent.ServiceObjectNested<N>Classes in io.fabric8.kubernetes.api.model that implement ServiceFluent Modifier and Type Class Description classBaseKubernetesListFluentImpl.ServiceItemsNestedImpl<N>classDoneableServiceclassNamedExtensionFluentImpl.ServiceExtensionNestedImpl<N>classServiceBuilderclassServiceFluentImpl<A extends ServiceFluent<A>>classServiceListFluentImpl.ItemsNestedImpl<N>classWatchEventFluentImpl.ServiceObjectNestedImpl<N>Constructors in io.fabric8.kubernetes.api.model with parameters of type ServiceFluent Constructor Description ServiceBuilder(ServiceFluent<?> fluent)ServiceBuilder(ServiceFluent<?> fluent, Service instance)ServiceBuilder(ServiceFluent<?> fluent, Service instance, Boolean validationEnabled)ServiceBuilder(ServiceFluent<?> fluent, Boolean validationEnabled)