Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.RouteGroupKind
-
Packages that use RouteGroupKind Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of RouteGroupKind in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type RouteGroupKind Modifier and Type Method Description List<RouteGroupKind>AllowedRoutesFluent. buildKinds()List<RouteGroupKind>ListenerEntryStatusFluent. buildSupportedKinds()List<RouteGroupKind>ListenerStatusFluent. buildSupportedKinds()List<RouteGroupKind>AllowedRoutes. getKinds()Kinds specifies the groups and kinds of Routes that are allowed to bind to this Gateway Listener.List<RouteGroupKind>ListenerEntryStatus. getSupportedKinds()SupportedKinds is the list indicating the Kinds supported by this listener.List<RouteGroupKind>ListenerStatus. getSupportedKinds()SupportedKinds is the list indicating the Kinds supported by this listener.Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type RouteGroupKind Modifier and Type Method Description AAllowedRoutesFluent. addAllToKinds(Collection<RouteGroupKind> items)AListenerEntryStatusFluent. addAllToSupportedKinds(Collection<RouteGroupKind> items)AListenerStatusFluent. addAllToSupportedKinds(Collection<RouteGroupKind> items)AAllowedRoutesFluent. removeAllFromKinds(Collection<RouteGroupKind> items)AListenerEntryStatusFluent. removeAllFromSupportedKinds(Collection<RouteGroupKind> items)AListenerStatusFluent. removeAllFromSupportedKinds(Collection<RouteGroupKind> items)voidAllowedRoutes. setKinds(List<RouteGroupKind> kinds)Kinds specifies the groups and kinds of Routes that are allowed to bind to this Gateway Listener.voidListenerEntryStatus. setSupportedKinds(List<RouteGroupKind> supportedKinds)SupportedKinds is the list indicating the Kinds supported by this listener.voidListenerStatus. setSupportedKinds(List<RouteGroupKind> supportedKinds)SupportedKinds is the list indicating the Kinds supported by this listener.AAllowedRoutesFluent. withKinds(List<RouteGroupKind> kinds)AListenerEntryStatusFluent. withSupportedKinds(List<RouteGroupKind> supportedKinds)AListenerStatusFluent. withSupportedKinds(List<RouteGroupKind> supportedKinds)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type RouteGroupKind Constructor Description RouteGroupKindBuilder(RouteGroupKind instance)RouteGroupKindBuilder(RouteGroupKindFluent<?> fluent, RouteGroupKind instance)RouteGroupKindFluent(RouteGroupKind instance)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type RouteGroupKind Constructor Description AllowedRoutes(List<RouteGroupKind> kinds, RouteNamespaces namespaces)
-