Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.RouteNamespaces
-
Packages that use RouteNamespaces Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of RouteNamespaces in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return RouteNamespaces Modifier and Type Method Description RouteNamespaces
RouteNamespacesBuilder. build()
RouteNamespaces
AllowedRoutesFluent. buildNamespaces()
RouteNamespaces
AllowedRoutes. getNamespaces()
AllowedRoutes defines which Routes may be attached to this Listener.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type RouteNamespaces Modifier and Type Method Description protected void
RouteNamespacesFluent. copyInstance(RouteNamespaces instance)
AllowedRoutesFluent.NamespacesNested<A>
AllowedRoutesFluent. editOrNewNamespacesLike(RouteNamespaces item)
void
AllowedRoutes. setNamespaces(RouteNamespaces namespaces)
AllowedRoutes defines which Routes may be attached to this Listener.A
AllowedRoutesFluent. withNamespaces(RouteNamespaces namespaces)
AllowedRoutesFluent.NamespacesNested<A>
AllowedRoutesFluent. withNewNamespacesLike(RouteNamespaces item)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type RouteNamespaces Constructor Description AllowedRoutes(List<RouteGroupKind> kinds, RouteNamespaces namespaces)
RouteNamespacesBuilder(RouteNamespaces instance)
RouteNamespacesBuilder(RouteNamespacesFluent<?> fluent, RouteNamespaces instance)
RouteNamespacesFluent(RouteNamespaces instance)
-