--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.16.5 operatorframework.io/installed-alongside-e1f8778434d4f550: openshift-keda/custom-metrics-autoscaler.v2.18.1-2 creationTimestamp: "2026-03-18T16:51:19Z" generation: 1 labels: app.kubernetes.io/part-of: keda-operator app.kubernetes.io/version: 2.18.1 olm.managed: "true" operators.coreos.com/openshift-custom-metrics-autoscaler-operator.openshift-keda: "" managedFields: - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:controller-gen.kubebuilder.io/version: {} f:operatorframework.io/installed-alongside-e1f8778434d4f550: {} f:labels: .: {} f:app.kubernetes.io/part-of: {} f:app.kubernetes.io/version: {} f:olm.managed: {} f:spec: f:conversion: .: {} f:strategy: {} f:group: {} f:names: f:kind: {} f:listKind: {} f:plural: {} f:singular: {} f:scope: {} f:versions: {} manager: catalog operation: Update time: "2026-03-18T16:51:19Z" - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:status: f:acceptedNames: f:kind: {} f:listKind: {} f:plural: {} f:singular: {} f:conditions: k:{"type":"Established"}: .: {} f:lastTransitionTime: {} f:message: {} f:reason: {} f:status: {} f:type: {} k:{"type":"NamesAccepted"}: .: {} f:lastTransitionTime: {} f:message: {} f:reason: {} f:status: {} f:type: {} manager: kube-apiserver operation: Update subresource: status time: "2026-03-18T16:51:19Z" - apiVersion: apiextensions.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: f:operators.coreos.com/openshift-custom-metrics-autoscaler-operator.openshift-keda: {} manager: olm operation: Update time: "2026-03-18T16:51:21Z" name: clustercloudeventsources.eventing.keda.sh resourceVersion: "11731" uid: ec781cae-5eab-4e57-bf7e-69e320de84a0 spec: conversion: strategy: None group: eventing.keda.sh names: kind: ClusterCloudEventSource listKind: ClusterCloudEventSourceList plural: clustercloudeventsources singular: clustercloudeventsource scope: Cluster versions: - additionalPrinterColumns: - jsonPath: .status.conditions[?(@.type=="Active")].status name: Active type: string name: v1alpha1 schema: openAPIV3Schema: properties: apiVersion: description: |- APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: description: |- Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: description: CloudEventSourceSpec defines the spec of CloudEventSource properties: authenticationRef: description: |- AuthenticationRef points to the TriggerAuthentication or ClusterTriggerAuthentication object that is used to authenticate the scaler with the environment properties: kind: description: Kind of the resource being referred to. Defaults to TriggerAuthentication. type: string name: type: string required: - name type: object clusterName: type: string destination: description: Destination defines the various ways to emit events properties: azureEventGridTopic: properties: endpoint: type: string required: - endpoint type: object http: properties: uri: type: string required: - uri type: object type: object eventSubscription: description: EventSubscription defines filters for events properties: excludedEventTypes: items: 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: items: 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 required: - destination type: object status: description: CloudEventSourceStatus defines the observed state of CloudEventSource properties: conditions: description: Conditions an array representation to store multiple Conditions items: description: Condition to store the condition state properties: message: description: A human readable message indicating details about the transition. type: string reason: description: The reason for the condition's last transition. type: string status: description: Status of the condition, one of True, False, Unknown. type: string type: description: Type of condition type: string required: - status - type type: object type: array type: object required: - spec type: object served: true storage: true subresources: status: {} status: acceptedNames: kind: ClusterCloudEventSource listKind: ClusterCloudEventSourceList plural: clustercloudeventsources singular: clustercloudeventsource conditions: - lastTransitionTime: "2026-03-18T16:51:19Z" message: no conflicts found reason: NoConflicts status: "True" type: NamesAccepted - lastTransitionTime: "2026-03-18T16:51:19Z" message: the initial names have been accepted reason: InitialNamesAccepted status: "True" type: Established storedVersions: - v1alpha1