From 45bda74d0cff931eabc5ce3e26e48c405abaae41 Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Fri, 16 Nov 2018 17:06:18 -0800 Subject: [PATCH] This fixes some field renaming. (#549) This matches the iot-core sample field names. --- eventing/samples/gcp-pubsub-source/subscriber.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eventing/samples/gcp-pubsub-source/subscriber.yaml b/eventing/samples/gcp-pubsub-source/subscriber.yaml index e7a990f22..2a0885659 100644 --- a/eventing/samples/gcp-pubsub-source/subscriber.yaml +++ b/eventing/samples/gcp-pubsub-source/subscriber.yaml @@ -6,12 +6,12 @@ metadata: name: gcppubsub-source-sample namespace: default spec: - from: + channel: apiVersion: eventing.knative.dev/v1alpha1 kind: Channel name: qux-1 - call: - targetRef: + subscriber: + ref: apiVersion: serving.knative.dev/v1alpha1 kind: Service name: message-dumper