Uses of Class
io.fabric8.openshift.api.model.miscellaneous.network.v1.NetNamespace
-
Packages that use NetNamespace Package Description io.fabric8.openshift.api.model.miscellaneous.network.v1 -
-
Uses of NetNamespace in io.fabric8.openshift.api.model.miscellaneous.network.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 that return NetNamespace Modifier and Type Method Description NetNamespaceNetNamespaceBuilder. build()NetNamespaceNetNamespaceListFluent. buildFirstItem()NetNamespaceNetNamespaceListFluent. buildItem(int index)NetNamespaceNetNamespaceListFluent. buildLastItem()NetNamespaceNetNamespaceListFluent. buildMatchingItem(Predicate<NetNamespaceBuilder> predicate)Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 that return types with arguments of type NetNamespace Modifier and Type Method Description List<NetNamespace>NetNamespaceListFluent. buildItems()List<NetNamespace>NetNamespaceList. getItems()items is the list of net namespacesMethods in io.fabric8.openshift.api.model.miscellaneous.network.v1 with parameters of type NetNamespace Modifier and Type Method Description NetNamespaceListFluent.ItemsNested<A>NetNamespaceListFluent. addNewItemLike(NetNamespace item)ANetNamespaceListFluent. addToItems(int index, NetNamespace item)ANetNamespaceListFluent. addToItems(NetNamespace... items)protected voidNetNamespaceFluent. copyInstance(NetNamespace instance)ANetNamespaceListFluent. removeFromItems(NetNamespace... items)NetNamespaceListFluent.ItemsNested<A>NetNamespaceListFluent. setNewItemLike(int index, NetNamespace item)ANetNamespaceListFluent. setToItems(int index, NetNamespace item)ANetNamespaceListFluent. withItems(NetNamespace... items)Method parameters in io.fabric8.openshift.api.model.miscellaneous.network.v1 with type arguments of type NetNamespace Modifier and Type Method Description ANetNamespaceListFluent. addAllToItems(Collection<NetNamespace> items)ANetNamespaceListFluent. removeAllFromItems(Collection<NetNamespace> items)voidNetNamespaceList. setItems(List<NetNamespace> items)items is the list of net namespacesANetNamespaceListFluent. withItems(List<NetNamespace> items)Constructors in io.fabric8.openshift.api.model.miscellaneous.network.v1 with parameters of type NetNamespace Constructor Description NetNamespaceBuilder(NetNamespace instance)NetNamespaceBuilder(NetNamespaceFluent<?> fluent, NetNamespace instance)NetNamespaceFluent(NetNamespace instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.network.v1 with type arguments of type NetNamespace Constructor Description NetNamespaceList(String apiVersion, List<NetNamespace> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-