Uses of Class
io.fabric8.kubernetes.api.model.HostIPBuilder
-
Packages that use HostIPBuilder Package Description io.fabric8.kubernetes.api.model -
-
Uses of HostIPBuilder in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return HostIPBuilder Modifier and Type Method Description HostIPBuilderHostIP. edit()HostIPBuilderHostIP. toBuilder()Method parameters in io.fabric8.kubernetes.api.model with type arguments of type HostIPBuilder Modifier and Type Method Description HostIPPodStatusFluent. buildMatchingHostIP(Predicate<HostIPBuilder> predicate)PodStatusFluent.HostIPsNested<A>PodStatusFluent. editMatchingHostIP(Predicate<HostIPBuilder> predicate)booleanPodStatusFluent. hasMatchingHostIP(Predicate<HostIPBuilder> predicate)APodStatusFluent. removeMatchingFromHostIPs(Predicate<HostIPBuilder> predicate)
-