Feature request
In creating Knative source plugins we discovered that there various parts of Kn that should be easily usable. For example setting up namespace and sync flags. So are creating e2e tests for the plugins.
Much of the functionality above should be usable (so exported) and to avoid closely linking these common libraries with the release cycle of kn it's best to extract these into their own repo.
In the discussion of PR #748 we have collected a series of items that should be extracted:
Use case
- plugins for Knative eventing sources
- other plugins
- customized Knative clients (private clients)
UI Example
N/A
/kind cleanup
/kind refactoring
Feature request
In creating Knative source plugins we discovered that there various parts of Kn that should be easily usable. For example setting up
namespaceandsyncflags. So are creatinge2etests for the plugins.Much of the functionality above should be usable (so exported) and to avoid closely linking these common libraries with the release cycle of
knit's best to extract these into their own repo.In the discussion of PR #748 we have collected a series of items that should be extracted:
Use case
UI Example
N/A