fix links

This commit is contained in:
Sarah Alsmiller 2022-07-26 12:34:10 -05:00
parent e551ac878f
commit b2cf7f0d3d
4 changed files with 55 additions and 55 deletions

View File

@ -29,27 +29,27 @@ Specify the following parameters to declare a Gateway:
## Configuration model ## Configuration model
* (`gatewayClassName`)[#gatewayClassName]: string | required * [`gatewayClassName`](#gatewayClassName): string | required
* (`listeners`)[#listeners]: array of objects | required * [`listeners`](#listeners): array of objects | required
* (`allowedRoutes`)[#listeners-allowedRoutes]: object | required * [`allowedRoutes`](#listeners-allowedRoutes): object | required
* (`namespaces`}[#listeners-namespaces]: object | required * [`namespaces`](#listeners-namespaces): object | required
* (`from`)[#listeners-namespaces-from]: string | required * [`from`](#listeners-namespaces-from): string | required
* (`selector`)[#listeners-namespaces-selector]: object | required if from is configured to selector * [`selector`](#listeners-namespaces-selector): object | required if from is configured to selector
* (`matchExpressions`)[#listeners-namespaces-selector-matchExpressions]: array of objects | required if matchLabels is not configured * [`matchExpressions`](#listeners-namespaces-selector-matchExpressions): array of objects | required if matchLabels is not configured
* (`key`)[#listeners-namespaces-selector-matchExpressions-key]: string | required if matchExpressions is declared * [`key`](#listeners-namespaces-selector-matchExpressions-key): string | required if matchExpressions is declared
* (`operator`)[#listeners.namespaces-selector-operator]: string | required if matchExpressions is declared * [`operator`](#listeners.namespaces-selector-operator): string | required if matchExpressions is declared
* (`values`)[#listeners.namespaces-selector-values]: array of strings | required if matchExpressions is declared * [`values`](#listeners.namespaces-selector-values): array of strings | required if matchExpressions is declared
* (`matchLabels`)[#listeners-namespaces-selector-matchLabels]: map of strings | required if matchExpressions is not configured * [`matchLabels`](#listeners-namespaces-selector-matchLabels): map of strings | required if matchExpressions is not configured
* (`hostname`)[#listeners-hostname]: string | required * [`hostname`](#listeners-hostname): string | required
* (`name`)[#listeners-name]: string | required * [`name`](#listeners-name): string | required
* (`port`)[#listeners-port]: integer | required * [`port`](#listeners-port): integer | required
* (`protocol`)[#listeners-protocol]`: string | required * [`protocol`](#listeners-protocol]`: string | required
* (`tls`)[#listeners-tls]: object | required if protocol is set to HTTPS * [`tls`](#listeners-tls): object | required if protocol is set to HTTPS
* (`certificateRefs`)[#listeners-tls-certificateRefs]: array or objects | required if tls is declared * [`certificateRefs`](#listeners-tls-certificateRefs): array or objects | required if tls is declared
* (`name`)[#listeners-tls-certificateRefs-name]: string | required if certificateRefs is declared * [`name`](#listeners-tls-certificateRefs-name): string | required if certificateRefs is declared
* (`namespace`)[#listeners-tls-certificateRefs-namespace]: string | required if certificateRefs is declared * [`namespace`](#listeners-tls-certificateRefs-namespace): string | required if certificateRefs is declared
* (`mode`)[#listeners-tls-mode]: string | required if certificateRefs is declared * [`mode`](#listeners-tls-mode): string | required if certificateRefs is declared
* (`options`)[#listeners-tls-options]: map of strings | optional * [`options`](#listeners-tls-options): map of strings | optional
## Specification ## Specification

View File

@ -21,12 +21,12 @@ The `GatewayClass` resource is a generic kubernetes gateway object. For configur
## Configuration model ## Configuration model
* (`controllerName`)[#controllerName]: string | required * [`controllerName`](#controllername): string | required
* (`parametersRef`)[#parametersRef]: object | optional * [`parametersRef`](#parametersref): object | optional
* (`group`)[#parametersRef-group]: Group | required is parametersRef is set * [`group`]([#parametersref-group): Group | required is parametersRef is set
* (`kind`)[#parametersRef-kind]: Kind | required is parametersRef is set * [`kind`](#parametersref-kind): Kind | required is parametersRef is set
* (`name`)[#parametersRef-name]: string | required is parametersRef is set * [`name`](#parametersref-name): string | required is parametersRef is set
* (`description`)[###description]: string | optional * [`description`](#description): string | optional
## Specification ## Specification

View File

@ -15,30 +15,30 @@ The `GatewayClassConfig` object contains Consul API Gateway-related configuratio
## Configuration model ## Configuration model
* (`consul`)[#consul]: object | optional * [`consul`](#consul): object | optional
* (`address`)[#consul-address] : string | optional * [`address`](#consul-address): string | optional
* (`authentication`)[#consul-authentication]: object | optional * [`authentication`](#consul-authentication): object | optional
* (`account`)[[#consul-authentication-account] : string | optional * [`account`]([#consul-authentication-account): string | optional
* (`managed`)[#consul-authentication-managed] : bool | optional * [`managed`](#consul-authentication-managed): bool | optional
* (`method`)[#consul-authentication-method] : string | optional * [`method`](#consul-authentication-method): string | optional
* (`namespace`)[#consul-authentication-namespace] : string | optional * [`namespace`](#consul-authentication-namespace): string | optional
* (`ports`)[#consul-ports] : object | optional * [`ports`](#consul-ports): object | optional
* (`grpc`)[#consul-ports-grpc] : integer | optional * [`grpc`](#consul-ports-grpc): integer | optional
* (`http`)[#consul-ports-http] : integer | optional * [`http`](#consul-ports-http): integer | optional
* (`scheme`)[#consul-scheme] : string | optional * [`scheme`](#consul-scheme): string | optional
* (`copyAnnotations`)[#copyAnnotations] : object | optional * [`copyAnnotations`](#copyAnnotations): object | optional
* (`service`)[#copyAnnotations-service] : array of strings | optional * [`service`](#copyAnnotations-service): array of strings | optional
* (`deployment`)[#deployment] : object | optional * [`deployment`](#deployment): object | optional
* (`defaultInstances`)[#deployment-defaultInstances] : integer | optional * [`defaultInstances`](#deployment-defaultinstances): integer | optional
* (`maxInstances`)[#deployment-maxInstances] : integer | optional * [`maxInstances`](#deployment-maxinstances): integer | optional
* (`minInstances`)[#deployment-minInstances] : integer | optional * [`minInstances`](#deployment-mininstances): integer | optional
* (`image`)[#image] : object | optional * [`image`](#image): object | optional
* (`consulAPIGateway`)[#image-consulAPIGateway] : string | optional * [`consulAPIGateway`](#image-consulapigateway): string | optional
* (`envoy`)[#image-envoy] : string | optional * [`envoy`](#image-envoy): string | optional
* (`logLevel`)[#logLevel] : string | optional * [`logLevel`](#loglevel): string | optional
* (`nodeSelector`)[#nodeSelector] : string | optional * [`nodeSelector`](#nodeselector): string | optional
* (`serviceType`)[#serviceType] : string | optional * [`serviceType`](#servicetype): string | optional
* (`useHostPorts`)[#useHostPorts] : boolean | optional * [`useHostPorts`](#usehostports): boolean | optional
## Specification ## Specification
@ -98,7 +98,7 @@ You can specify the following strings:
* `https` * `https`
### copyAnnotations.service ### copyAnnotations.service
List of kubernetes (annotations)[https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/] to copy to the gateway service. List of kubernetes [annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) to copy to the gateway service.
* Type: Array of Strings * Type: Array of Strings
* Required: optional * Required: optional

View File

@ -14,10 +14,10 @@ This topic provides an overview of the configuration items that enable Consul AP
- [GatewayClass](/docs/api-gateway/configuration/gatewayclass): Defines a class of gateway resources that you can use as a template for creating gateways. - [GatewayClass](/docs/api-gateway/configuration/gatewayclass): Defines a class of gateway resources that you can use as a template for creating gateways.
- [Routes](/docs/api-gateway/configuration/routes): Specifies the path from the gateway to the backend service(s)client to the listener. - [Routes](/docs/api-gateway/configuration/routes): Specifies the path from the gateway to the backend service(s)client to the listener.
A basic Gateway object can simply use the default [`gatewayClassName`](/docs/api-gateway/configuration/gateway#gatewayClassName) `consul-api-gateway`. For additional configruation options follow the following steps. A basic Gateway object can simply use the default [`gatewayClassName`](/docs/api-gateway/configuration/gateway#gatewayclassname) `consul-api-gateway`. For additional configruation options follow the following steps.
1. Define a [GatewayClassConfig](/docs/api-gateway/configuration/gatewayclassconfig) containing your desired configurations. 1. Define a [GatewayClassConfig](/docs/api-gateway/configuration/gatewayclassconfig) containing your desired configurations.
1. Define a [GatewayClass](/docs/api-gateway/configuration/gatewayclass) with [`parametersRef.name`](/docs/api-gateway/configuration/gatewayclass#parametersRef-name) set to the name of the newly defined [GatewayClassConfig](/docs/api-gateway/configuration/gatewayclassconfig) 1. Define a [GatewayClass](/docs/api-gateway/configuration/gatewayclass) with [`parametersRef.name`](/docs/api-gateway/configuration/gatewayclass#parametersref-name) set to the name of the newly defined [GatewayClassConfig](/docs/api-gateway/configuration/gatewayclassconfig)
1. Define a [Gateway](/docs/api-gateway/configuration/gateway) with [`gatewayClassName`](/docs/api-gateway/configuration/gateway#gatewayClassName) set to the name of the newly defined [GatewayClass](/docs/api-gateway/configuration/gatewayclass) 1. Define a [Gateway](/docs/api-gateway/configuration/gateway) with [`gatewayClassName`](/docs/api-gateway/configuration/gateway#gatewayclassname) set to the name of the newly defined [GatewayClass](/docs/api-gateway/configuration/gatewayclass)
<!--TODO add diagram --> <!--TODO add diagram -->