Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPRoute
-
Packages that use HTTPRoute Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of HTTPRoute in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return HTTPRoute Modifier and Type Method Description HTTPRouteHTTPRouteBuilder. build()HTTPRouteHTTPRouteListFluent. buildFirstItem()HTTPRouteHTTPRouteListFluent. buildItem(int index)HTTPRouteHTTPRouteListFluent. buildLastItem()HTTPRouteHTTPRouteListFluent. buildMatchingItem(Predicate<HTTPRouteBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type HTTPRoute Modifier and Type Method Description List<HTTPRoute>HTTPRouteListFluent. buildItems()List<HTTPRoute>HTTPRouteList. getItems()HTTPRouteList contains a list of HTTPRoute.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPRoute Modifier and Type Method Description HTTPRouteListFluent.ItemsNested<A>HTTPRouteListFluent. addNewItemLike(HTTPRoute item)AHTTPRouteListFluent. addToItems(int index, HTTPRoute item)AHTTPRouteListFluent. addToItems(HTTPRoute... items)protected voidHTTPRouteFluent. copyInstance(HTTPRoute instance)AHTTPRouteListFluent. removeFromItems(HTTPRoute... items)HTTPRouteListFluent.ItemsNested<A>HTTPRouteListFluent. setNewItemLike(int index, HTTPRoute item)AHTTPRouteListFluent. setToItems(int index, HTTPRoute item)AHTTPRouteListFluent. withItems(HTTPRoute... items)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type HTTPRoute Modifier and Type Method Description AHTTPRouteListFluent. addAllToItems(Collection<HTTPRoute> items)AHTTPRouteListFluent. removeAllFromItems(Collection<HTTPRoute> items)voidHTTPRouteList. setItems(List<HTTPRoute> items)HTTPRouteList contains a list of HTTPRoute.AHTTPRouteListFluent. withItems(List<HTTPRoute> items)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type HTTPRoute Constructor Description HTTPRouteBuilder(HTTPRoute instance)HTTPRouteBuilder(HTTPRouteFluent<?> fluent, HTTPRoute instance)HTTPRouteFluent(HTTPRoute instance)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type HTTPRoute Constructor Description HTTPRouteList(String apiVersion, List<HTTPRoute> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-