We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3b883 commit de71ad7Copy full SHA for de71ad7
2 files changed
eventing/eventinghello-source-ch.yaml
@@ -1,12 +1,12 @@
1
-apiVersion: sources.eventing.knative.dev/v1alpha1
2
-kind: CronJobSource
+apiVersion: sources.knative.dev/v1
+kind: PingSource
3
metadata:
4
name: my-cjs
5
spec:
6
- schedule: "*/2 * * * *"
7
- data: '{"key": "from CronJobSource"}'
+ schedule: "*/1 * * * *"
+ data: '{"key": "from PingSource"}'
8
sink:
9
ref:
10
- apiVersion: messaging.knative.dev/v1alpha1
+ apiVersion: messaging.knative.dev/v1
11
kind: Channel
12
name: eventinghello-ch
eventing/eventinghello-source.yaml
@@ -4,7 +4,7 @@ metadata:
name: eventinghello-ping-source
data: '{"message": "Thanks for doing Knative Tutorial"}'
- schedule: '*/2 * * * *'
+ schedule: '*/1 * * * *'
apiVersion: serving.knative.dev/v1
0 commit comments