Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.TCPRoute
-
Packages that use TCPRoute Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 -
-
Uses of TCPRoute in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return TCPRoute Modifier and Type Method Description TCPRouteTCPRouteBuilder. build()TCPRouteTCPRouteListFluent. buildFirstItem()TCPRouteTCPRouteListFluent. buildItem(int index)TCPRouteTCPRouteListFluent. buildLastItem()TCPRouteTCPRouteListFluent. buildMatchingItem(Predicate<TCPRouteBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return types with arguments of type TCPRoute Modifier and Type Method Description List<TCPRoute>TCPRouteListFluent. buildItems()List<TCPRoute>TCPRouteList. getItems()TCPRouteList contains a list of TCPRouteMethods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type TCPRoute Modifier and Type Method Description TCPRouteListFluent.ItemsNested<A>TCPRouteListFluent. addNewItemLike(TCPRoute item)ATCPRouteListFluent. addToItems(int index, TCPRoute item)ATCPRouteListFluent. addToItems(TCPRoute... items)protected voidTCPRouteFluent. copyInstance(TCPRoute instance)ATCPRouteListFluent. removeFromItems(TCPRoute... items)TCPRouteListFluent.ItemsNested<A>TCPRouteListFluent. setNewItemLike(int index, TCPRoute item)ATCPRouteListFluent. setToItems(int index, TCPRoute item)ATCPRouteListFluent. withItems(TCPRoute... items)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type TCPRoute Modifier and Type Method Description ATCPRouteListFluent. addAllToItems(Collection<TCPRoute> items)ATCPRouteListFluent. removeAllFromItems(Collection<TCPRoute> items)voidTCPRouteList. setItems(List<TCPRoute> items)TCPRouteList contains a list of TCPRouteATCPRouteListFluent. withItems(List<TCPRoute> items)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type TCPRoute Constructor Description TCPRouteBuilder(TCPRoute instance)TCPRouteBuilder(TCPRouteFluent<?> fluent, TCPRoute instance)TCPRouteFluent(TCPRoute instance)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type TCPRoute Constructor Description TCPRouteList(String apiVersion, List<TCPRoute> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-