Uses of Interface
io.fabric8.kubernetes.api.model.PodListFluent
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of PodListFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type PodListFluent Modifier and Type Interface Description interfacePodListFluent<A extends PodListFluent<A>>classPodListFluentImpl<A extends PodListFluent<A>>Subinterfaces of PodListFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interfaceKubeSchemaFluent.PodListNested<N>static interfaceWatchEventFluent.PodListObjectNested<N>Classes in io.fabric8.kubernetes.api.model that implement PodListFluent Modifier and Type Class Description classDoneablePodListclassKubeSchemaFluentImpl.PodListNestedImpl<N>classPodListBuilderclassPodListFluentImpl<A extends PodListFluent<A>>classWatchEventFluentImpl.PodListObjectNestedImpl<N>Constructors in io.fabric8.kubernetes.api.model with parameters of type PodListFluent Constructor Description PodListBuilder(PodListFluent<?> fluent)PodListBuilder(PodListFluent<?> fluent, PodList instance)PodListBuilder(PodListFluent<?> fluent, PodList instance, Boolean validationEnabled)PodListBuilder(PodListFluent<?> fluent, Boolean validationEnabled)