From 6ade8e8ead7f4412cbcda98ffdad146d94a40a67 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Tue, 2 Jul 2024 14:02:04 +0200 Subject: [PATCH] Remove old event type manifests (#17) Signed-off-by: Matthias Wessendorf --- .../config/eventtypes/knative-info-eventtype.yaml | 12 ------------ .../config/eventtypes/word-length-eventtype.yaml | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 core/chat-app/config/eventtypes/knative-info-eventtype.yaml delete mode 100644 core/chat-app/config/eventtypes/word-length-eventtype.yaml diff --git a/core/chat-app/config/eventtypes/knative-info-eventtype.yaml b/core/chat-app/config/eventtypes/knative-info-eventtype.yaml deleted file mode 100644 index 63c82b8..0000000 --- a/core/chat-app/config/eventtypes/knative-info-eventtype.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: eventing.knative.dev/v1beta2 -kind: EventType -metadata: - name: dev.knative.info.request -spec: - reference: - apiVersion: serving.knative.dev/v1 - kind: Service - name: knative-text-responder - description: "This answers any and all questions you have about Knative" - schemaData: '{"query":{"type":"string","description":"The query you would like to ask about Knative"}}' - type: "dev.knative.info.request" diff --git a/core/chat-app/config/eventtypes/word-length-eventtype.yaml b/core/chat-app/config/eventtypes/word-length-eventtype.yaml deleted file mode 100644 index a10a254..0000000 --- a/core/chat-app/config/eventtypes/word-length-eventtype.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: eventing.knative.dev/v1beta2 -kind: EventType -metadata: - name: word.length.request -spec: - reference: - apiVersion: serving.knative.dev/v1 - kind: Service - name: word-length - description: "This calculates the length of all the words provided to it in a list." - schemaData: '{"words":{"type":"list:string","description":"The list of words you would like to find out the lengths of."}}' - type: "word.length.request"