Uses of Interface
io.fabric8.kubernetes.api.model.EndpointSubsetFluent
-
Packages that use EndpointSubsetFluent Package Description io.fabric8.kubernetes.api.model -
-
Uses of EndpointSubsetFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type EndpointSubsetFluent Modifier and Type Interface Description interfaceEndpointSubsetFluent<A extends EndpointSubsetFluent<A>>classEndpointSubsetFluentImpl<A extends EndpointSubsetFluent<A>>Subinterfaces of EndpointSubsetFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interfaceEndpointsFluent.SubsetsNested<N>static interfaceWatchEventFluent.EndpointSubsetObjectNested<N>Classes in io.fabric8.kubernetes.api.model that implement EndpointSubsetFluent Modifier and Type Class Description classEndpointsFluentImpl.SubsetsNestedImpl<N>classEndpointSubsetBuilderclassEndpointSubsetFluentImpl<A extends EndpointSubsetFluent<A>>classWatchEventFluentImpl.EndpointSubsetObjectNestedImpl<N>Constructors in io.fabric8.kubernetes.api.model with parameters of type EndpointSubsetFluent Constructor Description EndpointSubsetBuilder(EndpointSubsetFluent<?> fluent)EndpointSubsetBuilder(EndpointSubsetFluent<?> fluent, EndpointSubset instance)EndpointSubsetBuilder(EndpointSubsetFluent<?> fluent, EndpointSubset instance, Boolean validationEnabled)EndpointSubsetBuilder(EndpointSubsetFluent<?> fluent, Boolean validationEnabled)
-