Uses of Interface
io.fabric8.kubernetes.api.model.ServicePortFluent
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of ServicePortFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type ServicePortFluent Modifier and Type Interface Description interfaceServicePortFluent<A extends ServicePortFluent<A>>classServicePortFluentImpl<A extends ServicePortFluent<A>>Subinterfaces of ServicePortFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interfaceServiceSpecFluent.PortsNested<N>static interfaceWatchEventFluent.ServicePortObjectNested<N>Classes in io.fabric8.kubernetes.api.model that implement ServicePortFluent Modifier and Type Class Description classDoneableServicePortclassServicePortBuilderclassServicePortFluentImpl<A extends ServicePortFluent<A>>classServiceSpecFluentImpl.PortsNestedImpl<N>classWatchEventFluentImpl.ServicePortObjectNestedImpl<N>Constructors in io.fabric8.kubernetes.api.model with parameters of type ServicePortFluent Constructor Description ServicePortBuilder(ServicePortFluent<?> fluent)ServicePortBuilder(ServicePortFluent<?> fluent, ServicePort instance)ServicePortBuilder(ServicePortFluent<?> fluent, ServicePort instance, Boolean validationEnabled)ServicePortBuilder(ServicePortFluent<?> fluent, Boolean validationEnabled)