Skip to content

Commit

Permalink
Remove modularized eventing content (kyma-project#18446)
Browse files Browse the repository at this point in the history
* Remove modularized eventing content

* Restore EPP Makefile
Delete EC Makefile

* Restore EC Makefile due to prow job depending on it
  • Loading branch information
grischperl authored Dec 4, 2023
1 parent 63b1029 commit b96d755
Show file tree
Hide file tree
Showing 50 changed files with 3 additions and 3,158 deletions.
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

/tests/components/application-connector @kyma-project/Framefrog
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/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

0 comments on commit b96d755

Please sign in to comment.