Uses of Class
io.fabric8.openshift.api.model.miscellaneous.network.v1.ClusterNetwork
-
Packages that use ClusterNetwork Package Description io.fabric8.openshift.api.model.miscellaneous.network.v1 -
-
Uses of ClusterNetwork in io.fabric8.openshift.api.model.miscellaneous.network.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 that return ClusterNetwork Modifier and Type Method Description ClusterNetworkClusterNetworkBuilder. build()ClusterNetworkClusterNetworkListFluent. buildFirstItem()ClusterNetworkClusterNetworkListFluent. buildItem(int index)ClusterNetworkClusterNetworkListFluent. buildLastItem()ClusterNetworkClusterNetworkListFluent. buildMatchingItem(Predicate<ClusterNetworkBuilder> predicate)Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 that return types with arguments of type ClusterNetwork Modifier and Type Method Description List<ClusterNetwork>ClusterNetworkListFluent. buildItems()List<ClusterNetwork>ClusterNetworkList. getItems()items is the list of cluster networksMethods in io.fabric8.openshift.api.model.miscellaneous.network.v1 with parameters of type ClusterNetwork Modifier and Type Method Description ClusterNetworkListFluent.ItemsNested<A>ClusterNetworkListFluent. addNewItemLike(ClusterNetwork item)AClusterNetworkListFluent. addToItems(int index, ClusterNetwork item)AClusterNetworkListFluent. addToItems(ClusterNetwork... items)protected voidClusterNetworkFluent. copyInstance(ClusterNetwork instance)AClusterNetworkListFluent. removeFromItems(ClusterNetwork... items)ClusterNetworkListFluent.ItemsNested<A>ClusterNetworkListFluent. setNewItemLike(int index, ClusterNetwork item)AClusterNetworkListFluent. setToItems(int index, ClusterNetwork item)AClusterNetworkListFluent. withItems(ClusterNetwork... items)Method parameters in io.fabric8.openshift.api.model.miscellaneous.network.v1 with type arguments of type ClusterNetwork Modifier and Type Method Description AClusterNetworkListFluent. addAllToItems(Collection<ClusterNetwork> items)AClusterNetworkListFluent. removeAllFromItems(Collection<ClusterNetwork> items)voidClusterNetworkList. setItems(List<ClusterNetwork> items)items is the list of cluster networksAClusterNetworkListFluent. withItems(List<ClusterNetwork> items)Constructors in io.fabric8.openshift.api.model.miscellaneous.network.v1 with parameters of type ClusterNetwork Constructor Description ClusterNetworkBuilder(ClusterNetwork instance)ClusterNetworkBuilder(ClusterNetworkFluent<?> fluent, ClusterNetwork instance)ClusterNetworkFluent(ClusterNetwork instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.network.v1 with type arguments of type ClusterNetwork Constructor Description ClusterNetworkList(String apiVersion, List<ClusterNetwork> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-