diff --git a/manifests/edge-stack/aes-crds.yaml b/manifests/edge-stack/aes-crds.yaml index cc9286a..b6e1719 100644 --- a/manifests/edge-stack/aes-crds.yaml +++ b/manifests/edge-stack/aes-crds.yaml @@ -589,23 +589,6 @@ spec: type: object spec: properties: - APIKey: - description: FilterAPIKey enforce a set of API Keys. - properties: - httpHeader: - type: string - keys: - items: - description: APIKeyItem defines an API Key, and the secrets - it is based on. - properties: - secretName: - type: string - type: object - type: array - required: - - keys - type: object External: description: FilterExternal closely mimics AuthService.getambassador.io. properties: @@ -891,6 +874,23 @@ spec: name: type: string type: object + v3APIKey: + description: FilterAPIKey enforce a set of API Keys. + properties: + httpHeader: + type: string + keys: + items: + description: APIKeyItem defines an API Key, and the secrets + it is based on. + properties: + secretName: + type: string + type: object + type: array + required: + - keys + type: object type: object x-kubernetes-preserve-unknown-fields: true type: object