Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove modularized eventing content #18446

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@

/installation @kyma-project/Jellyfish
/installation/resources/crds/compass-runtime-agent @kyma-project/Framefrog
/installation/resources/crds/eventing @kyma-project/eventing
/installation/resources/crds/istio @kyma-project/goat

/resources/compass-runtime-agent @kyma-project/Framefrog
/resources/eventing @kyma-project/eventing
/resources/istio @kyma-project/goat

# Fast Integration Tests
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@

## Overview

**Kyma** `/kee-ma/` is an application runtime that provides you a flexible and easy way to connect, extend, and customize your applications in the cloud-native world of Kubernetes.
**Kyma** `/kee-ma/` is an application runtime that provides you a flexible and easy way to connect, extend, and customize your applications in the cloud-native world of Kubernetes.

Out of the box, Kyma offers various functionalities, such as:
Out of the box, Kyma offers various functionalities, such as:

- [Serverless](https://kyma-project.io/#/serverless-manager/user/README) development platform to run lightweight Functions in a cost-efficient and scalable way
- [System connectivity](https://kyma-project.io/#/01-overview/application-connectivity/README) that provides endpoint to securely register Events and APIs of external applications
- [Eventing](https://kyma-project.io/#/01-overview/eventing/README) that provides messaging channel to receive events, enrich them, and trigger business flows using Functions or services
- [Istio](https://kyma-project.io/#/istio/user/00-overview/README) for service-to-service communication and proxying
- [Service Management](https://kyma-project.io/#/01-overview/service-management/README) to use the built-in cloud services from such cloud providers as GCP, Azure, and AWS
- Secure API exposure
Expand Down
3 changes: 0 additions & 3 deletions components/event-publisher-proxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ VERIFY_IGNORE := /vendor\|/mocks
release:
$(MAKE) gomod-release-local

path-to-referenced-charts:
@echo "resources/event-publisher-proxy"

.PHONY: clean
clean: resolve_clean

Expand Down
3 changes: 0 additions & 3 deletions components/eventing-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ OS := $(shell uname)
controller-gen-local: ## Download controller-gen locally if necessary.
GOBIN=$(PROJECT_DIR)/bin/$(OS) go install sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_TOOLS_VERSION)

path-to-referenced-charts:
@echo "resources/eventing"

##@ CRD

copy-crds: manifests-local ## copy Eventing CRDs to installation/eventing
Expand Down
13 changes: 1 addition & 12 deletions hack/table-gen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@ generate: cra-docs eventing-docs apix-docs
cra-docs:
go run main.go --crd-filename ../../installation/resources/crds/compass-runtime-agent/compass-connection.crd.yaml --md-filename ../../docs/05-technical-reference/00-custom-resources/ra-01-compassconnection.md

.PHONY: eventing-subscription
eventing-subscription:
go run main.go --crd-filename ../../installation/resources/crds/eventing/subscriptions.eventing.kyma-project.io.crd.yaml --md-filename ../../docs/05-technical-reference/00-custom-resources/evnt-01-subscription.md

.PHONY: eventing-backend
eventing-backend:
go run main.go --crd-filename ../../installation/resources/crds/eventing/eventingbackends.eventing.kyma-project.io.crd.yaml --md-filename ../../docs/05-technical-reference/00-custom-resources/evnt-02-eventingbackend.md

.PHONY: eventing-docs
eventing-docs: eventing-subscription eventing-backend

.PHONY: apix-docs
apix-docs:
go run main.go --crd-filename ../../installation/resources/crds/api-gateway/apirules.gateway.crd.yaml --md-filename ../../docs/05-technical-reference/00-custom-resources/apix-01-apirule.md
go run main.go --crd-filename ../../installation/resources/crds/api-gateway/apirules.gateway.crd.yaml --md-filename ../../docs/05-technical-reference/00-custom-resources/apix-01-apirule.md
2 changes: 0 additions & 2 deletions installation/resources/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ defaultNamespace: kyma-system
prerequisites:
- name: "istio"
namespace: "istio-system"
components:
- name: "eventing"

This file was deleted.

Loading