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()Listener embodies the concept of a logical endpoint where a Gateway accepts network connections.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)Listener embodies the concept of a logical endpoint where a Gateway accepts network connections.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, ListenerTLSConfig tls)
-