From 82aca3640526bf99a3361d636acb702ba67b40ec Mon Sep 17 00:00:00 2001 From: Arko Dasgupta Date: Tue, 17 Oct 2023 14:42:57 -0700 Subject: [PATCH] fix doc tool Signed-off-by: Arko Dasgupta --- tools/crd-ref-docs/config.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tools/crd-ref-docs/config.yaml b/tools/crd-ref-docs/config.yaml index c0c755d45dd1..17ca554cf7c7 100644 --- a/tools/crd-ref-docs/config.yaml +++ b/tools/crd-ref-docs/config.yaml @@ -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