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 RouteGroupKind Modifier and Type Method Description RouteGroupKindRouteGroupKindBuilder. build()RouteGroupKindAllowedRoutesFluent. buildFirstKind()RouteGroupKindListenerStatusFluent. buildFirstSupportedKind()RouteGroupKindAllowedRoutesFluent. buildKind(int index)RouteGroupKindAllowedRoutesFluent. buildLastKind()RouteGroupKindListenerStatusFluent. buildLastSupportedKind()RouteGroupKindAllowedRoutesFluent. buildMatchingKind(Predicate<RouteGroupKindBuilder> predicate)RouteGroupKindListenerStatusFluent. buildMatchingSupportedKind(Predicate<RouteGroupKindBuilder> predicate)RouteGroupKindListenerStatusFluent. buildSupportedKind(int index)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>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>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)AListenerStatusFluent. addAllToSupportedKinds(Collection<RouteGroupKind> items)AAllowedRoutesFluent. removeAllFromKinds(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.voidListenerStatus. setSupportedKinds(List<RouteGroupKind> supportedKinds)SupportedKinds is the list indicating the Kinds supported by this listener.AAllowedRoutesFluent. withKinds(List<RouteGroupKind> kinds)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)
-