Skip to content

Commit

Permalink
Prefix APIKey option with v3 in v2
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Lambert <kevin.lambert.ca@gmail.com>
  • Loading branch information
knlambert committed Jul 21, 2022
1 parent 321df46 commit be13cb1
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions manifests/edge-stack/aes-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit be13cb1

Please sign in to comment.