Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.AllowedRoutes
-
Packages that use AllowedRoutes Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of AllowedRoutes in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return AllowedRoutes Modifier and Type Method Description AllowedRoutesAllowedRoutesBuilder. build()AllowedRoutesListenerFluent. buildAllowedRoutes()AllowedRoutesListener. getAllowedRoutes()Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type AllowedRoutes Modifier and Type Method Description protected voidAllowedRoutesFluent. copyInstance(AllowedRoutes instance)ListenerFluent.AllowedRoutesNested<A>ListenerFluent. editOrNewAllowedRoutesLike(AllowedRoutes item)voidListener. setAllowedRoutes(AllowedRoutes allowedRoutes)AListenerFluent. withAllowedRoutes(AllowedRoutes allowedRoutes)ListenerFluent.AllowedRoutesNested<A>ListenerFluent. withNewAllowedRoutesLike(AllowedRoutes item)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type AllowedRoutes Constructor Description AllowedRoutesBuilder(AllowedRoutes instance)AllowedRoutesBuilder(AllowedRoutesFluent<?> fluent, AllowedRoutes instance)AllowedRoutesFluent(AllowedRoutes instance)Listener(AllowedRoutes allowedRoutes, String hostname, String name, Integer port, String protocol, GatewayTLSConfig tls)
-