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

removed deprecated nats-streaming dispatcher #613

Merged
Show file tree
Hide file tree
Changes from all commits
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
46 changes: 0 additions & 46 deletions cmd/channel_controller/main.go

This file was deleted.

39 changes: 0 additions & 39 deletions cmd/channel_dispatcher/main.go

This file was deleted.

2 changes: 0 additions & 2 deletions cmd/schema/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"log"

"knative.dev/eventing-natss/pkg/apis/messaging/v1alpha1"
"knative.dev/eventing-natss/pkg/apis/messaging/v1beta1"

"knative.dev/hack/schema/commands"
"knative.dev/hack/schema/registry"
Expand All @@ -29,7 +28,6 @@ import (
// schema is a tool to dump the schema for Eventing resources.
func main() {
registry.Register(&v1alpha1.NatsJetStreamChannel{})
registry.Register(&v1beta1.NatssChannel{})

if err := commands.New("knative.dev/eventing-natss").Execute(); err != nil {
log.Fatal("Error during command execution: ", err)
Expand Down
32 changes: 0 additions & 32 deletions config/200-addressable-resolver-clusterrole.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions config/200-channelable-manipulator-clusterrole.yaml

This file was deleted.

100 changes: 0 additions & 100 deletions config/200-controller-clusterrole.yaml

This file was deleted.

66 changes: 0 additions & 66 deletions config/200-dispatcher-clusterrole.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions config/200-dispatcher-service.yaml

This file was deleted.

Loading
Loading