docs/code-samples/eventing/parallel/mutual-exclusivity/ping-source.yaml

14 lines
299 B
YAML

apiVersion: sources.knative.dev/v1
kind: PingSource
metadata:
name: me-ping-source
spec:
schedule: "*/1 * * * *"
contentType: "application/json"
data: '{"message": "Even or odd?"}'
sink:
ref:
apiVersion: flows.knative.dev/v1
kind: Parallel
name: me-odd-even-parallel