add support for KEDA ScaledObjects via ScaledObjectReconciler

Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works>
This commit is contained in:
Sanskar Jaiswal
2022-06-09 21:36:57 +05:30
parent 498f065dea
commit b2dc762937
31 changed files with 1841 additions and 15 deletions
+4 -1
View File
@@ -104,7 +104,7 @@ spec:
name:
type: string
autoscalerRef:
description: HPA selector
description: Scaler selector
type: object
required: ["apiVersion", "kind", "name"]
properties:
@@ -114,8 +114,11 @@ spec:
type: string
enum:
- HorizontalPodAutoscaler
- ScaledObject
name:
type: string
primaryScalerQuery:
type: string
ingressRef:
description: Ingress selector
type: object