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()AllowedRoutesListenerEntryFluent. buildAllowedRoutes()AllowedRoutesListenerFluent. buildAllowedRoutes()AllowedRoutesListener. getAllowedRoutes()Listener embodies the concept of a logical endpoint where a Gateway accepts network connections.AllowedRoutesListenerEntry. 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)ListenerEntryFluent.AllowedRoutesNested<A>ListenerEntryFluent. editOrNewAllowedRoutesLike(AllowedRoutes item)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.voidListenerEntry. setAllowedRoutes(AllowedRoutes allowedRoutes)AListenerEntryFluent. withAllowedRoutes(AllowedRoutes allowedRoutes)AListenerFluent. withAllowedRoutes(AllowedRoutes allowedRoutes)ListenerEntryFluent.AllowedRoutesNested<A>ListenerEntryFluent. withNewAllowedRoutesLike(AllowedRoutes item)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)ListenerEntry(AllowedRoutes allowedRoutes, String hostname, String name, Integer port, String protocol, ListenerTLSConfig tls)
-