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

Support Channel CRUD operations #954

Closed
rhuss opened this issue Jul 28, 2020 · 1 comment · Fixed by #967
Closed

Support Channel CRUD operations #954

rhuss opened this issue Jul 28, 2020 · 1 comment · Fixed by #967
Assignees
Labels
good first issue Denotes an issue ready for a new contributor. kind/feature New feature or request

Comments

@rhuss
Copy link
Contributor

rhuss commented Jul 28, 2020

Feature request

Knative eventing channel should be able to be managed with a kn channel family of command.
They should implemented similar to the management of triggers or brokers.

Use case

Manage Channels for creating a Knative Eventing topology

UI Example

# Create a channel
kn channel create mychannel --type kafka

# Update a channel
kn channel update mychannel ...

# Delete a channel
kn channel delete mychannel

# List all channels
kn channel list mychannel

# Show details of a channel
kn channel describe mychannel
@rhuss rhuss added the kind/feature New feature or request label Jul 28, 2020
@knative-prow-robot knative-prow-robot added the good first issue Denotes an issue ready for a new contributor. label Jul 28, 2020
@navidshaikh
Copy link
Collaborator

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor. kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants