Uses of Class
io.fabric8.openshift.api.model.config.v1.Proxy
-
Packages that use Proxy Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of Proxy in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return Proxy Modifier and Type Method Description ProxyProxyBuilder. build()ProxyProxyListFluent. buildFirstItem()ProxyProxyListFluent. buildItem(int index)ProxyProxyListFluent. buildLastItem()ProxyProxyListFluent. buildMatchingItem(Predicate<ProxyBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type Proxy Modifier and Type Method Description List<Proxy>ProxyListFluent. buildItems()List<Proxy>ProxyList. getItems()Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type Proxy Modifier and Type Method Description ProxyListFluent.ItemsNested<A>ProxyListFluent. addNewItemLike(Proxy item)AProxyListFluent. addToItems(int index, Proxy item)AProxyListFluent. addToItems(Proxy... items)protected voidProxyFluent. copyInstance(Proxy instance)AProxyListFluent. removeFromItems(Proxy... items)ProxyListFluent.ItemsNested<A>ProxyListFluent. setNewItemLike(int index, Proxy item)AProxyListFluent. setToItems(int index, Proxy item)AProxyListFluent. withItems(Proxy... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Proxy Modifier and Type Method Description AProxyListFluent. addAllToItems(Collection<Proxy> items)AProxyListFluent. removeAllFromItems(Collection<Proxy> items)voidProxyList. setItems(List<Proxy> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).AProxyListFluent. withItems(List<Proxy> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type Proxy Constructor Description ProxyBuilder(Proxy instance)ProxyBuilder(ProxyFluent<?> fluent, Proxy instance)ProxyFluent(Proxy instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Proxy Constructor Description ProxyList(String apiVersion, List<Proxy> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-