Kind
Clustercloudeventsource
Group
eventing.keda.sh
Version
v1alpha1
apiVersion: eventing.keda.sh/v1alpha1 kind: Clustercloudeventsource metadata: name: example
View raw schema
apiVersion string
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
kind string
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
metadata object
spec object required
CloudEventSourceSpec defines the spec of CloudEventSource
authenticationRef object
AuthenticationRef points to the TriggerAuthentication or ClusterTriggerAuthentication object that is used to authenticate the scaler with the environment
kind string
Kind of the resource being referred to. Defaults to TriggerAuthentication.
name string required
clusterName string
destination object required
Destination defines the various ways to emit events
azureEventGridTopic object
endpoint string required
http object
uri string required
eventSubscription object
EventSubscription defines filters for events
excludedEventTypes []string
includedEventTypes []string
status object
CloudEventSourceStatus defines the observed state of CloudEventSource
conditions []object
Conditions an array representation to store multiple Conditions
message string
A human readable message indicating details about the transition.
reason string
The reason for the condition's last transition.
status string required
Status of the condition, one of True, False, Unknown.
type string required
Type of condition
Copied!