| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
AllowedRoutes |
AllowedRoutesBuilder.build() |
AllowedRoutes |
ListenerFluentImpl.buildAllowedRoutes() |
AllowedRoutes |
ListenerFluent.buildAllowedRoutes() |
AllowedRoutes |
ListenerFluentImpl.getAllowedRoutes()
Deprecated.
|
AllowedRoutes |
ListenerFluent.getAllowedRoutes()
Deprecated.
|
AllowedRoutes |
Listener.getAllowedRoutes() |
| Modifier and Type | Method and Description |
|---|---|
ListenerFluent.AllowedRoutesNested<A> |
ListenerFluentImpl.editOrNewAllowedRoutesLike(AllowedRoutes item) |
ListenerFluent.AllowedRoutesNested<A> |
ListenerFluent.editOrNewAllowedRoutesLike(AllowedRoutes item) |
void |
Listener.setAllowedRoutes(AllowedRoutes allowedRoutes) |
A |
ListenerFluentImpl.withAllowedRoutes(AllowedRoutes allowedRoutes) |
A |
ListenerFluent.withAllowedRoutes(AllowedRoutes allowedRoutes) |
ListenerFluent.AllowedRoutesNested<A> |
ListenerFluentImpl.withNewAllowedRoutesLike(AllowedRoutes item) |
ListenerFluent.AllowedRoutesNested<A> |
ListenerFluent.withNewAllowedRoutesLike(AllowedRoutes item) |
| Constructor and Description |
|---|
AllowedRoutesBuilder(AllowedRoutes instance) |
AllowedRoutesBuilder(AllowedRoutes instance,
Boolean validationEnabled) |
AllowedRoutesBuilder(AllowedRoutesFluent<?> fluent,
AllowedRoutes instance) |
AllowedRoutesBuilder(AllowedRoutesFluent<?> fluent,
AllowedRoutes instance,
Boolean validationEnabled) |
AllowedRoutesFluentImpl(AllowedRoutes instance) |
Listener(AllowedRoutes allowedRoutes,
String hostname,
String name,
Integer port,
String protocol,
GatewayTLSConfig tls) |
Copyright © 2015–2023 Red Hat. All rights reserved.