-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
processor: | ||
# RE2 regular expressions describing types that should be excluded from the generated documentation. | ||
ignoreTypes: | ||
- "(EnvoyProxy|AuthenticationFilter|RateLimitFilter)List$" | ||
# RE2 regular expressions describing type fields that should be excluded from the generated documentation. | ||
ignoreFields: | ||
- "status$" | ||
- "TypeMeta$" | ||
# RE2 regular expressions describing types that should be excluded from the generated documentation. | ||
ignoreTypes: | ||
- "(EnvoyProxy|AuthenticationFilter|RateLimitFilter)List$" | ||
# RE2 regular expressions describing type fields that should be excluded from the generated documentation. | ||
ignoreFields: | ||
- "status$" | ||
- "TypeMeta$" | ||
|
||
render: | ||
# Version of Kubernetes to use when generating links to Kubernetes API documentation. | ||
kubernetesVersion: 1.26 | ||
knownTypes: | ||
- name: SecretObjectReference | ||
package: sigs.k8s.io/gateway-api/apis/v1 | ||
link: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1.SecretObjectReference | ||
render: | ||
# Version of Kubernetes to use when generating links to Kubernetes API documentation. | ||
kubernetesVersion: 1.26 | ||
knownTypes: | ||
- name: SecretObjectReference | ||
package: sigs.k8s.io/gateway-api/apis/v1 | ||
link: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1.SecretObjectReference |