Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2.TLSRoute
-
Packages that use TLSRoute Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 -
-
Uses of TLSRoute in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return TLSRoute Modifier and Type Method Description TLSRouteTLSRouteBuilder. build()TLSRouteTLSRouteListFluent. buildFirstItem()TLSRouteTLSRouteListFluent. buildItem(int index)TLSRouteTLSRouteListFluent. buildLastItem()TLSRouteTLSRouteListFluent. buildMatchingItem(Predicate<TLSRouteBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 that return types with arguments of type TLSRoute Modifier and Type Method Description List<TLSRoute>TLSRouteListFluent. buildItems()List<TLSRoute>TLSRouteList. getItems()TLSRouteList contains a list of TLSRouteMethods in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type TLSRoute Modifier and Type Method Description TLSRouteListFluent.ItemsNested<A>TLSRouteListFluent. addNewItemLike(TLSRoute item)ATLSRouteListFluent. addToItems(int index, TLSRoute item)ATLSRouteListFluent. addToItems(TLSRoute... items)protected voidTLSRouteFluent. copyInstance(TLSRoute instance)ATLSRouteListFluent. removeFromItems(TLSRoute... items)TLSRouteListFluent.ItemsNested<A>TLSRouteListFluent. setNewItemLike(int index, TLSRoute item)ATLSRouteListFluent. setToItems(int index, TLSRoute item)ATLSRouteListFluent. withItems(TLSRoute... items)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type TLSRoute Modifier and Type Method Description ATLSRouteListFluent. addAllToItems(Collection<TLSRoute> items)ATLSRouteListFluent. removeAllFromItems(Collection<TLSRoute> items)voidTLSRouteList. setItems(List<TLSRoute> items)TLSRouteList contains a list of TLSRouteATLSRouteListFluent. withItems(List<TLSRoute> items)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with parameters of type TLSRoute Constructor Description TLSRouteBuilder(TLSRoute instance)TLSRouteBuilder(TLSRouteFluent<?> fluent, TLSRoute instance)TLSRouteFluent(TLSRoute instance)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1alpha2 with type arguments of type TLSRoute Constructor Description TLSRouteList(String apiVersion, List<TLSRoute> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-