Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.UDPRoute
-
Packages that use UDPRoute Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 -
-
Uses of UDPRoute in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return UDPRoute Modifier and Type Method Description UDPRouteUDPRouteBuilder. build()UDPRouteUDPRouteListFluent. buildFirstItem()UDPRouteUDPRouteListFluent. buildItem(int index)UDPRouteUDPRouteListFluent. buildLastItem()UDPRouteUDPRouteListFluent. buildMatchingItem(Predicate<UDPRouteBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return types with arguments of type UDPRoute Modifier and Type Method Description List<UDPRoute>UDPRouteListFluent. buildItems()List<UDPRoute>UDPRouteList. getItems()UDPRouteList contains a list of UDPRouteMethods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type UDPRoute Modifier and Type Method Description UDPRouteListFluent.ItemsNested<A>UDPRouteListFluent. addNewItemLike(UDPRoute item)AUDPRouteListFluent. addToItems(int index, UDPRoute item)AUDPRouteListFluent. addToItems(UDPRoute... items)protected voidUDPRouteFluent. copyInstance(UDPRoute instance)AUDPRouteListFluent. removeFromItems(UDPRoute... items)UDPRouteListFluent.ItemsNested<A>UDPRouteListFluent. setNewItemLike(int index, UDPRoute item)AUDPRouteListFluent. setToItems(int index, UDPRoute item)AUDPRouteListFluent. withItems(UDPRoute... items)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type UDPRoute Modifier and Type Method Description AUDPRouteListFluent. addAllToItems(Collection<UDPRoute> items)AUDPRouteListFluent. removeAllFromItems(Collection<UDPRoute> items)voidUDPRouteList. setItems(List<UDPRoute> items)UDPRouteList contains a list of UDPRouteAUDPRouteListFluent. withItems(List<UDPRoute> items)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type UDPRoute Constructor Description UDPRouteBuilder(UDPRoute instance)UDPRouteBuilder(UDPRouteFluent<?> fluent, UDPRoute instance)UDPRouteFluent(UDPRoute instance)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type UDPRoute Constructor Description UDPRouteList(String apiVersion, List<UDPRoute> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-