Uses of Class
io.fabric8.openshift.api.model.config.v1.Network
-
Packages that use Network Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of Network in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return Network Modifier and Type Method Description NetworkNetworkBuilder. build()NetworkNetworkListFluent. buildFirstItem()NetworkNetworkListFluent. buildItem(int index)NetworkNetworkListFluent. buildLastItem()NetworkNetworkListFluent. buildMatchingItem(Predicate<NetworkBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type Network Modifier and Type Method Description List<Network>NetworkListFluent. buildItems()List<Network>NetworkList. 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 Network Modifier and Type Method Description NetworkListFluent.ItemsNested<A>NetworkListFluent. addNewItemLike(Network item)ANetworkListFluent. addToItems(int index, Network item)ANetworkListFluent. addToItems(Network... items)protected voidNetworkFluent. copyInstance(Network instance)ANetworkListFluent. removeFromItems(Network... items)NetworkListFluent.ItemsNested<A>NetworkListFluent. setNewItemLike(int index, Network item)ANetworkListFluent. setToItems(int index, Network item)ANetworkListFluent. withItems(Network... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Network Modifier and Type Method Description ANetworkListFluent. addAllToItems(Collection<Network> items)ANetworkListFluent. removeAllFromItems(Collection<Network> items)voidNetworkList. setItems(List<Network> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).ANetworkListFluent. withItems(List<Network> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type Network Constructor Description NetworkBuilder(Network instance)NetworkBuilder(NetworkFluent<?> fluent, Network instance)NetworkFluent(Network instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Network Constructor Description NetworkList(String apiVersion, List<Network> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-