mirror of https://github.com/kedacore/charts.git
KEDA: sync CRDs with the core (#734)
Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
This commit is contained in:
parent
d41f0af75c
commit
5a84b2df4a
|
|
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
|||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.14.0
|
||||
controller-gen.kubebuilder.io/version: v0.16.5
|
||||
{{- if (or .Values.crds.additionalAnnotations .Values.additionalAnnotations) }}
|
||||
{{- toYaml (merge .Values.crds.additionalAnnotations .Values.additionalAnnotations) | nindent 4 }}
|
||||
{{- end }}
|
||||
|
|
@ -89,8 +89,6 @@ spec:
|
|||
properties:
|
||||
excludedEventTypes:
|
||||
items:
|
||||
description: CloudEventType contains the list of cloudevent
|
||||
types
|
||||
enum:
|
||||
- keda.scaledobject.ready.v1
|
||||
- keda.scaledobject.failed.v1
|
||||
|
|
@ -108,8 +106,6 @@ spec:
|
|||
type: array
|
||||
includedEventTypes:
|
||||
items:
|
||||
description: CloudEventType contains the list of cloudevent
|
||||
types
|
||||
enum:
|
||||
- keda.scaledobject.ready.v1
|
||||
- keda.scaledobject.failed.v1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
|||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.13.0
|
||||
controller-gen.kubebuilder.io/version: v0.16.5
|
||||
{{- if (or .Values.crds.additionalAnnotations .Values.additionalAnnotations) }}
|
||||
{{- toYaml (merge .Values.crds.additionalAnnotations .Values.additionalAnnotations) | nindent 4 }}
|
||||
{{- end }}
|
||||
|
|
@ -87,8 +87,6 @@ spec:
|
|||
properties:
|
||||
excludedEventTypes:
|
||||
items:
|
||||
description: CloudEventType contains the list of cloudevent
|
||||
types
|
||||
enum:
|
||||
- keda.scaledobject.ready.v1
|
||||
- keda.scaledobject.failed.v1
|
||||
|
|
@ -106,8 +104,6 @@ spec:
|
|||
type: array
|
||||
includedEventTypes:
|
||||
items:
|
||||
description: CloudEventType contains the list of cloudevent
|
||||
types
|
||||
enum:
|
||||
- keda.scaledobject.ready.v1
|
||||
- keda.scaledobject.failed.v1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
|||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.14.0
|
||||
controller-gen.kubebuilder.io/version: v0.16.5
|
||||
{{- if (or .Values.crds.additionalAnnotations .Values.additionalAnnotations) }}
|
||||
{{- toYaml (merge .Values.crds.additionalAnnotations .Values.additionalAnnotations) | nindent 4 }}
|
||||
{{- end }}
|
||||
|
|
@ -189,6 +189,8 @@ spec:
|
|||
type: string
|
||||
parameter:
|
||||
type: string
|
||||
secretKey:
|
||||
type: string
|
||||
versionId:
|
||||
type: string
|
||||
versionStage:
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
|||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.14.0
|
||||
controller-gen.kubebuilder.io/version: v0.16.5
|
||||
{{- if (or .Values.crds.additionalAnnotations .Values.additionalAnnotations) }}
|
||||
{{- toYaml (merge .Values.crds.additionalAnnotations .Values.additionalAnnotations) | nindent 4 }}
|
||||
{{- end }}
|
||||
|
|
@ -319,6 +319,8 @@ spec:
|
|||
status:
|
||||
description: ScaledObjectStatus is the status for a ScaledObject resource
|
||||
properties:
|
||||
authenticationsTypes:
|
||||
type: string
|
||||
compositeScalerName:
|
||||
type: string
|
||||
conditions:
|
||||
|
|
@ -397,6 +399,8 @@ spec:
|
|||
type: object
|
||||
scaleTargetKind:
|
||||
type: string
|
||||
triggersTypes:
|
||||
type: string
|
||||
type: object
|
||||
required:
|
||||
- spec
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
|
|||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.14.0
|
||||
controller-gen.kubebuilder.io/version: v0.16.5
|
||||
{{- if (or .Values.crds.additionalAnnotations .Values.additionalAnnotations) }}
|
||||
{{- toYaml (merge .Values.crds.additionalAnnotations .Values.additionalAnnotations) | nindent 4 }}
|
||||
{{- end }}
|
||||
|
|
@ -188,6 +188,8 @@ spec:
|
|||
type: string
|
||||
parameter:
|
||||
type: string
|
||||
secretKey:
|
||||
type: string
|
||||
versionId:
|
||||
type: string
|
||||
versionStage:
|
||||
|
|
|
|||
Loading…
Reference in New Issue