Uses of Interface
io.fabric8.kubernetes.api.model.PodFluent
-
Packages that use PodFluent Package Description io.fabric8.kubernetes.api.model -
-
Uses of PodFluent in io.fabric8.kubernetes.api.model
Classes in io.fabric8.kubernetes.api.model with type parameters of type PodFluent Modifier and Type Interface Description interfacePodFluent<A extends PodFluent<A>>classPodFluentImpl<A extends PodFluent<A>>Subinterfaces of PodFluent in io.fabric8.kubernetes.api.model Modifier and Type Interface Description static interfaceBaseKubernetesListFluent.PodItemsNested<N>static interfaceNamedExtensionFluent.PodExtensionNested<N>static interfacePodListFluent.ItemsNested<N>static interfaceWatchEventFluent.PodObjectNested<N>Classes in io.fabric8.kubernetes.api.model that implement PodFluent Modifier and Type Class Description classBaseKubernetesListFluentImpl.PodItemsNestedImpl<N>classNamedExtensionFluentImpl.PodExtensionNestedImpl<N>classPodBuilderclassPodFluentImpl<A extends PodFluent<A>>classPodListFluentImpl.ItemsNestedImpl<N>classWatchEventFluentImpl.PodObjectNestedImpl<N>Constructors in io.fabric8.kubernetes.api.model with parameters of type PodFluent Constructor Description PodBuilder(PodFluent<?> fluent)PodBuilder(PodFluent<?> fluent, Pod instance)PodBuilder(PodFluent<?> fluent, Pod instance, Boolean validationEnabled)PodBuilder(PodFluent<?> fluent, Boolean validationEnabled)
-