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 UDPRoute
UDPRouteBuilder. build()
UDPRoute
UDPRouteListFluent. buildFirstItem()
UDPRoute
UDPRouteListFluent. buildItem(int index)
UDPRoute
UDPRouteListFluent. buildLastItem()
UDPRoute
UDPRouteListFluent. 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)
A
UDPRouteListFluent. addToItems(int index, UDPRoute item)
A
UDPRouteListFluent. addToItems(UDPRoute... items)
protected void
UDPRouteFluent. copyInstance(UDPRoute instance)
A
UDPRouteListFluent. removeFromItems(UDPRoute... items)
UDPRouteListFluent.ItemsNested<A>
UDPRouteListFluent. setNewItemLike(int index, UDPRoute item)
A
UDPRouteListFluent. setToItems(int index, UDPRoute item)
A
UDPRouteListFluent. withItems(UDPRoute... items)
Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type UDPRoute Modifier and Type Method Description A
UDPRouteListFluent. addAllToItems(Collection<UDPRoute> items)
A
UDPRouteListFluent. removeAllFromItems(Collection<UDPRoute> items)
void
UDPRouteList. setItems(List<UDPRoute> items)
UDPRouteList contains a list of UDPRouteA
UDPRouteListFluent. 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)
-