docs/archived/v0.21-docs/eventing/samples/parallel/multiple-branches/ping-source.yaml

14 lines
298 B
YAML

apiVersion: sources.knative.dev/v1beta2
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