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