From 5e0a8d5c95b431b14276d2b6608ca72a554b0b13 Mon Sep 17 00:00:00 2001 From: Zhenghan Zhou Date: Thu, 7 Nov 2024 15:18:08 +0800 Subject: [PATCH] Update cloudeventsource type list (#683) Co-authored-by: Jorge Turrado Ferrero --- .../templates/crds/crd-cloudeventsources.yaml | 12 +++++++++++ .../crds/crd-clustercloudeventsources.yaml | 20 +++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/keda/templates/crds/crd-cloudeventsources.yaml b/keda/templates/crds/crd-cloudeventsources.yaml index c39583fb..6371f643 100644 --- a/keda/templates/crds/crd-cloudeventsources.yaml +++ b/keda/templates/crds/crd-cloudeventsources.yaml @@ -98,6 +98,12 @@ spec: - keda.scaledjob.ready.v1 - keda.scaledjob.failed.v1 - keda.scaledjob.removed.v1 + - keda.authentication.triggerauthentication.created.v1 + - keda.authentication.triggerauthentication.updated.v1 + - keda.authentication.triggerauthentication.removed.v1 + - keda.authentication.clustertriggerauthentication.created.v1 + - keda.authentication.clustertriggerauthentication.updated.v1 + - keda.authentication.clustertriggerauthentication.removed.v1 type: string type: array includedEventTypes: @@ -111,6 +117,12 @@ spec: - keda.scaledjob.ready.v1 - keda.scaledjob.failed.v1 - keda.scaledjob.removed.v1 + - keda.authentication.triggerauthentication.created.v1 + - keda.authentication.triggerauthentication.updated.v1 + - keda.authentication.triggerauthentication.removed.v1 + - keda.authentication.clustertriggerauthentication.created.v1 + - keda.authentication.clustertriggerauthentication.updated.v1 + - keda.authentication.clustertriggerauthentication.removed.v1 type: string type: array type: object diff --git a/keda/templates/crds/crd-clustercloudeventsources.yaml b/keda/templates/crds/crd-clustercloudeventsources.yaml index 44bb0dd6..d6409ac3 100644 --- a/keda/templates/crds/crd-clustercloudeventsources.yaml +++ b/keda/templates/crds/crd-clustercloudeventsources.yaml @@ -89,6 +89,16 @@ spec: enum: - keda.scaledobject.ready.v1 - keda.scaledobject.failed.v1 + - keda.scaledobject.removed.v1 + - keda.scaledjob.ready.v1 + - keda.scaledjob.failed.v1 + - keda.scaledjob.removed.v1 + - keda.authentication.triggerauthentication.created.v1 + - keda.authentication.triggerauthentication.updated.v1 + - keda.authentication.triggerauthentication.removed.v1 + - keda.authentication.clustertriggerauthentication.created.v1 + - keda.authentication.clustertriggerauthentication.updated.v1 + - keda.authentication.clustertriggerauthentication.removed.v1 type: string type: array includedEventTypes: @@ -98,6 +108,16 @@ spec: enum: - keda.scaledobject.ready.v1 - keda.scaledobject.failed.v1 + - keda.scaledobject.removed.v1 + - keda.scaledjob.ready.v1 + - keda.scaledjob.failed.v1 + - keda.scaledjob.removed.v1 + - keda.authentication.triggerauthentication.created.v1 + - keda.authentication.triggerauthentication.updated.v1 + - keda.authentication.triggerauthentication.removed.v1 + - keda.authentication.clustertriggerauthentication.created.v1 + - keda.authentication.clustertriggerauthentication.updated.v1 + - keda.authentication.clustertriggerauthentication.removed.v1 type: string type: array type: object