diff --git a/traefik-hub/crds/hub.traefik.io_apis.yaml b/traefik-hub/crds/hub.traefik.io_apis.yaml index 08d98d5..4f05ab8 100644 --- a/traefik-hub/crds/hub.traefik.io_apis.yaml +++ b/traefik-hub/crds/hub.traefik.io_apis.yaml @@ -108,6 +108,26 @@ spec: type: object maxItems: 100 type: array + override: + description: Override holds data used to override OpenAPI specification. + properties: + servers: + items: + properties: + url: + type: string + x-kubernetes-validations: + - message: must be a valid URL + rule: isURL(self) + required: + - url + type: object + maxItems: 100 + minItems: 1 + type: array + required: + - servers + type: object path: description: Path specifies the endpoint path within the Kubernetes Service where the OpenAPI specification can be obtained. The diff --git a/traefik-hub/crds/hub.traefik.io_apiversions.yaml b/traefik-hub/crds/hub.traefik.io_apiversions.yaml index e4a581c..29bdea3 100644 --- a/traefik-hub/crds/hub.traefik.io_apiversions.yaml +++ b/traefik-hub/crds/hub.traefik.io_apiversions.yaml @@ -114,6 +114,26 @@ spec: type: object maxItems: 100 type: array + override: + description: Override holds data used to override OpenAPI specification. + properties: + servers: + items: + properties: + url: + type: string + x-kubernetes-validations: + - message: must be a valid URL + rule: isURL(self) + required: + - url + type: object + maxItems: 100 + minItems: 1 + type: array + required: + - servers + type: object path: description: Path specifies the endpoint path within the Kubernetes Service where the OpenAPI specification can be obtained. The