docs/code-samples/eventing/parallel/multiple-branches/ping-source.yaml

14 lines
293 B
YAML

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