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