From 20b4552ff02c42b8c4d9b0f0fa18d1bf0b45df29 Mon Sep 17 00:00:00 2001 From: SpiritZhou Date: Mon, 19 Aug 2024 16:52:05 +0800 Subject: [PATCH 1/3] Update Signed-off-by: SpiritZhou --- keda/templates/crds/crd-cloudeventsources.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/keda/templates/crds/crd-cloudeventsources.yaml b/keda/templates/crds/crd-cloudeventsources.yaml index adb73100..c39583fb 100644 --- a/keda/templates/crds/crd-cloudeventsources.yaml +++ b/keda/templates/crds/crd-cloudeventsources.yaml @@ -94,6 +94,10 @@ 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 type: string type: array includedEventTypes: @@ -103,6 +107,10 @@ 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 type: string type: array type: object From 88d4f8dc7f6cb840f9982cbfbeb9cbbbcb11d458 Mon Sep 17 00:00:00 2001 From: SpiritZhou Date: Mon, 4 Nov 2024 10:47:34 +0800 Subject: [PATCH 2/3] Update Signed-off-by: SpiritZhou --- keda/templates/crds/crd-scaledjobs.yaml | 12 ++++++------ keda/templates/crds/crd-scaledobjects.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/keda/templates/crds/crd-scaledjobs.yaml b/keda/templates/crds/crd-scaledjobs.yaml index 6daf3c0b..b8e0a0ed 100644 --- a/keda/templates/crds/crd-scaledjobs.yaml +++ b/keda/templates/crds/crd-scaledjobs.yaml @@ -29,12 +29,6 @@ spec: - jsonPath: .spec.maxReplicaCount name: Max type: integer - - jsonPath: .spec.triggers[*].type - name: Triggers - type: string - - jsonPath: .spec.triggers[*].authenticationRef.name - name: Authentication - type: string - jsonPath: .status.conditions[?(@.type=="Ready")].status name: Ready type: string @@ -44,6 +38,12 @@ spec: - jsonPath: .status.conditions[?(@.type=="Paused")].status name: Paused type: string + - jsonPath: .status.triggersNames + name: TriggersNames + type: string + - jsonPath: .status.authenticationsNames + name: AuthenticationsNames + type: string - jsonPath: .metadata.creationTimestamp name: Age type: date diff --git a/keda/templates/crds/crd-scaledobjects.yaml b/keda/templates/crds/crd-scaledobjects.yaml index 07e3aae1..2377e178 100644 --- a/keda/templates/crds/crd-scaledobjects.yaml +++ b/keda/templates/crds/crd-scaledobjects.yaml @@ -35,12 +35,6 @@ spec: - jsonPath: .spec.maxReplicaCount name: Max type: integer - - jsonPath: .spec.triggers[*].type - name: Triggers - type: string - - jsonPath: .spec.triggers[*].authenticationRef.name - name: Authentication - type: string - jsonPath: .status.conditions[?(@.type=="Ready")].status name: Ready type: string @@ -53,6 +47,12 @@ spec: - jsonPath: .status.conditions[?(@.type=="Paused")].status name: Paused type: string + - jsonPath: .status.triggersNames + name: TriggersNames + type: string + - jsonPath: .status.authenticationsNames + name: AuthenticationsNames + type: string - jsonPath: .metadata.creationTimestamp name: Age type: date From 788fcf19f0d3934d548eeae60db058c618bf4cbc Mon Sep 17 00:00:00 2001 From: SpiritZhou Date: Mon, 4 Nov 2024 10:55:20 +0800 Subject: [PATCH 3/3] Update Signed-off-by: SpiritZhou --- keda/templates/crds/crd-scaledjobs.yaml | 8 ++++---- keda/templates/crds/crd-scaledobjects.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/keda/templates/crds/crd-scaledjobs.yaml b/keda/templates/crds/crd-scaledjobs.yaml index b8e0a0ed..2161917e 100644 --- a/keda/templates/crds/crd-scaledjobs.yaml +++ b/keda/templates/crds/crd-scaledjobs.yaml @@ -38,11 +38,11 @@ spec: - jsonPath: .status.conditions[?(@.type=="Paused")].status name: Paused type: string - - jsonPath: .status.triggersNames - name: TriggersNames + - jsonPath: .status.triggersTypes + name: Triggers type: string - - jsonPath: .status.authenticationsNames - name: AuthenticationsNames + - jsonPath: .status.authenticationsTypes + name: Authentications type: string - jsonPath: .metadata.creationTimestamp name: Age diff --git a/keda/templates/crds/crd-scaledobjects.yaml b/keda/templates/crds/crd-scaledobjects.yaml index 2377e178..5fb88fd2 100644 --- a/keda/templates/crds/crd-scaledobjects.yaml +++ b/keda/templates/crds/crd-scaledobjects.yaml @@ -47,11 +47,11 @@ spec: - jsonPath: .status.conditions[?(@.type=="Paused")].status name: Paused type: string - - jsonPath: .status.triggersNames - name: TriggersNames + - jsonPath: .status.triggersTypes + name: Triggers type: string - - jsonPath: .status.authenticationsNames - name: AuthenticationsNames + - jsonPath: .status.authenticationsTypes + name: Authentications type: string - jsonPath: .metadata.creationTimestamp name: Age