Uses of Class
io.fabric8.kubernetes.api.model.PodBuilder
-
Packages that use PodBuilder Package Description io.fabric8.kubernetes.api.model -
-
Uses of PodBuilder in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return PodBuilder Modifier and Type Method Description PodBuilderPod. edit()PodBuilderPod. toBuilder()Method parameters in io.fabric8.kubernetes.api.model with type arguments of type PodBuilder Modifier and Type Method Description PodPodListFluent. buildMatchingItem(Predicate<PodBuilder> predicate)PodListFluent.ItemsNested<A>PodListFluent. editMatchingItem(Predicate<PodBuilder> predicate)booleanPodListFluent. hasMatchingItem(Predicate<PodBuilder> predicate)APodListFluent. removeMatchingFromItems(Predicate<PodBuilder> predicate)
-