Uses of Class
io.fabric8.openshift.api.model.operator.network.v1.EgressRouter
-
Packages that use EgressRouter Package Description io.fabric8.openshift.api.model.operator.network.v1 -
-
Uses of EgressRouter in io.fabric8.openshift.api.model.operator.network.v1
Methods in io.fabric8.openshift.api.model.operator.network.v1 that return EgressRouter Modifier and Type Method Description EgressRouterEgressRouterBuilder. build()EgressRouterEgressRouterListFluent. buildFirstItem()EgressRouterEgressRouterListFluent. buildItem(int index)EgressRouterEgressRouterListFluent. buildLastItem()EgressRouterEgressRouterListFluent. buildMatchingItem(Predicate<EgressRouterBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.network.v1 that return types with arguments of type EgressRouter Modifier and Type Method Description List<EgressRouter>EgressRouterListFluent. buildItems()List<EgressRouter>EgressRouterList. getItems()EgressRouterList is the list of egress router pods requested.Methods in io.fabric8.openshift.api.model.operator.network.v1 with parameters of type EgressRouter Modifier and Type Method Description EgressRouterListFluent.ItemsNested<A>EgressRouterListFluent. addNewItemLike(EgressRouter item)AEgressRouterListFluent. addToItems(int index, EgressRouter item)AEgressRouterListFluent. addToItems(EgressRouter... items)protected voidEgressRouterFluent. copyInstance(EgressRouter instance)AEgressRouterListFluent. removeFromItems(EgressRouter... items)EgressRouterListFluent.ItemsNested<A>EgressRouterListFluent. setNewItemLike(int index, EgressRouter item)AEgressRouterListFluent. setToItems(int index, EgressRouter item)AEgressRouterListFluent. withItems(EgressRouter... items)Method parameters in io.fabric8.openshift.api.model.operator.network.v1 with type arguments of type EgressRouter Modifier and Type Method Description AEgressRouterListFluent. addAllToItems(Collection<EgressRouter> items)AEgressRouterListFluent. removeAllFromItems(Collection<EgressRouter> items)voidEgressRouterList. setItems(List<EgressRouter> items)EgressRouterList is the list of egress router pods requested.AEgressRouterListFluent. withItems(List<EgressRouter> items)Constructors in io.fabric8.openshift.api.model.operator.network.v1 with parameters of type EgressRouter Constructor Description EgressRouterBuilder(EgressRouter instance)EgressRouterBuilder(EgressRouterFluent<?> fluent, EgressRouter instance)EgressRouterFluent(EgressRouter instance)Constructor parameters in io.fabric8.openshift.api.model.operator.network.v1 with type arguments of type EgressRouter Constructor Description EgressRouterList(String apiVersion, List<EgressRouter> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-