1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/knative-docs

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
display_resources.yaml 833 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Ville Aikas Отправлено 01.07.2020 18:52 f67ce72
# Channel for testing events.
apiVersion: messaging.knative.dev/v1
kind: InMemoryChannel
metadata:
name: camel-test
---
# Subscription from the CamelSource's output Channel to the Knative Service below.
apiVersion: messaging.knative.dev/v1
kind: Subscription
metadata:
name: camel-source-display
spec:
channel:
apiVersion: messaging.knative.dev/v1
kind: InMemoryChannel
name: camel-test
subscriber:
ref:
apiVersion: serving.knative.dev/v1
kind: Service
name: camel-event-display
---
# This is a very simple Knative Service that prints the input event to its log.
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: camel-event-display
spec:
template:
spec:
containers:
- image: gcr.io/knative-releases/knative.dev/eventing-contrib/cmd/event_display

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/knative-docs.git
git@api.gitlife.ru:oschina-mirror/knative-docs.git
oschina-mirror
knative-docs
knative-docs
master