Skip to content

Commit 5a84b2d

Browse files
authored
KEDA: sync CRDs with the core (#734)
Signed-off-by: Zbynek Roubalik <[email protected]>
1 parent d41f0af commit 5a84b2d

File tree

6 files changed

+707
-186
lines changed

6 files changed

+707
-186
lines changed

keda/templates/crds/crd-cloudeventsources.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- if (or .Values.crds.additionalAnnotations .Values.additionalAnnotations) }}
88
{{- toYaml (merge .Values.crds.additionalAnnotations .Values.additionalAnnotations) | nindent 4 }}
99
{{- end }}
@@ -89,8 +89,6 @@ spec:
8989
properties:
9090
excludedEventTypes:
9191
items:
92-
description: CloudEventType contains the list of cloudevent
93-
types
9492
enum:
9593
- keda.scaledobject.ready.v1
9694
- keda.scaledobject.failed.v1
@@ -108,8 +106,6 @@ spec:
108106
type: array
109107
includedEventTypes:
110108
items:
111-
description: CloudEventType contains the list of cloudevent
112-
types
113109
enum:
114110
- keda.scaledobject.ready.v1
115111
- keda.scaledobject.failed.v1

keda/templates/crds/crd-clustercloudeventsources.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.13.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- if (or .Values.crds.additionalAnnotations .Values.additionalAnnotations) }}
88
{{- toYaml (merge .Values.crds.additionalAnnotations .Values.additionalAnnotations) | nindent 4 }}
99
{{- end }}
@@ -87,8 +87,6 @@ spec:
8787
properties:
8888
excludedEventTypes:
8989
items:
90-
description: CloudEventType contains the list of cloudevent
91-
types
9290
enum:
9391
- keda.scaledobject.ready.v1
9492
- keda.scaledobject.failed.v1
@@ -106,8 +104,6 @@ spec:
106104
type: array
107105
includedEventTypes:
108106
items:
109-
description: CloudEventType contains the list of cloudevent
110-
types
111107
enum:
112108
- keda.scaledobject.ready.v1
113109
- keda.scaledobject.failed.v1

keda/templates/crds/crd-clustertriggerauthentications.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
{{- if (or .Values.crds.additionalAnnotations .Values.additionalAnnotations) }}
88
{{- toYaml (merge .Values.crds.additionalAnnotations .Values.additionalAnnotations) | nindent 4 }}
99
{{- end }}
@@ -189,6 +189,8 @@ spec:
189189
type: string
190190
parameter:
191191
type: string
192+
secretKey:
193+
type: string
192194
versionId:
193195
type: string
194196
versionStage:

0 commit comments

Comments
 (0)