OBJECT
KubernetesKindSpringCloudGatewayRouteConfigSpecService
Kubernetes Service to route traffic to specified spec.routes
.
link GraphQL Schema definition
- type KubernetesKindSpringCloudGatewayRouteConfigSpecService {
- String] : [
- # Name of a service to route to. Takes lower precedence than `uri`. Either `name`
- # or `uri` are required unless all routes define their own uri.
- String :
- # (Optional) If not set will use the RouteConfig's namespace.
- String :
- # (Optional) If not set will use one of the available service ports.
- Int :
- String] : [
- # (Optional) Define SSO validation for all routes.
- Boolean :
- # Pass currently-authenticated user's identity token to all routes.
- Boolean :
- # A URI to apply to all routes. Takes precedence over name. Either `name` or `uri`
- # are required unless all routes define their own uri. Routes can override this
- # value.
- String :
- }