Uses of Class
io.fabric8.openshift.api.model.monitoring.v1.ProbeListFluent.ItemsNested
-
Packages that use ProbeListFluent.ItemsNested Package Description io.fabric8.openshift.api.model.monitoring.v1 -
-
Uses of ProbeListFluent.ItemsNested in io.fabric8.openshift.api.model.monitoring.v1
Methods in io.fabric8.openshift.api.model.monitoring.v1 that return ProbeListFluent.ItemsNested Modifier and Type Method Description ProbeListFluent.ItemsNested<A>ProbeListFluent. addNewItem()ProbeListFluent.ItemsNested<A>ProbeListFluent. addNewItemLike(Probe item)ProbeListFluent.ItemsNested<A>ProbeListFluent. editFirstItem()ProbeListFluent.ItemsNested<A>ProbeListFluent. editItem(int index)ProbeListFluent.ItemsNested<A>ProbeListFluent. editLastItem()ProbeListFluent.ItemsNested<A>ProbeListFluent. editMatchingItem(Predicate<ProbeBuilder> predicate)ProbeListFluent.ItemsNested<A>ProbeListFluent. setNewItemLike(int index, Probe item)
-