Skip to content

Commit

Permalink
Update KafkaChannel controller to use genreconciler (knative#1020)
Browse files Browse the repository at this point in the history
* Separate channel controller to it's own file

* Add generated reconciler annotation and update-codegen.sh

* Use ReconcileKind and FinalizeKind

* Fix unit tests, add proper pkgreconciler.Event functions

* gofmt and linting
  • Loading branch information
lberk authored Mar 16, 2020
1 parent 269ffd9 commit 663caec
Show file tree
Hide file tree
Showing 8 changed files with 774 additions and 246 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (
)

// +genclient
// +genreconciler
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

// KafkaChannel is a resource representing a Kafka Channel.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 663caec

Please sign in to comment.