Gunjan Vyas
|
2a56f07c18
|
Added delivery options to broker create (#1670)
* Added delivery flags
* Added test cases
* Added client tests
* Added unit tests and updated flag usage
* Added broker update command
* Added unit tests for update command
* Added mock and update retry tests
|
2022-05-26 11:06:05 +00:00 |
David Simansky
|
671ee229f3
|
feat: Add `--context` flag to choose specific context from kubeconfig (#1234)
* feat: Add flag to choose specific context from kubeconfig
* chore: Generate docs
* chore: Add changelog entry
* fix: Review feedback
Co-authored-by: Roland Huß <rhuss@redhat.com>
* chore: Add --cluster flag to specify cluster from kubeconfig
* chore: Generate docs
* chore: Update changelog
Co-authored-by: Roland Huß <rhuss@redhat.com>
|
2021-02-23 00:54:46 -08:00 |
Markus Thömmes
|
d647e44938
|
Upgrade a few assorted dependencies (#1220)
* Update spf13 deps
* Upgrade gotest.tools and correctly use versioned module
* Regenerate docs
|
2021-02-12 05:55:50 -08:00 |
Navid Shaikh
|
145c9f0522
|
fix(docs): Fix message broker doc (#1056)
|
2020-10-09 04:12:21 -07:00 |
Daniel Helfand
|
9931c2d07a
|
add aliases to help command and remove aliases in short (#1055)
|
2020-10-09 00:09:21 -07:00 |
Arghya Sadhu
|
5025137f5a
|
add alias to commands (#1041)
|
2020-10-06 03:57:21 -07:00 |
David Simansky
|
1f59f5341c
|
Add broker create, delete and list cmds (#894)
* Add broker create, delete and list cmds
* fix: Fix copyright headers
* fix: Fix linter warnings
* Update pkg/kn/commands/broker/create.go
Co-authored-by: Roland Huß <rhuss@redhat.com>
* Update pkg/kn/commands/broker/delete.go
Co-authored-by: Roland Huß <rhuss@redhat.com>
* Update pkg/kn/commands/broker/list.go
Co-authored-by: Roland Huß <rhuss@redhat.com>
* feat: Add broker describe command
* fix: Fix copyright header
* fix: Fix linter issues
* fix: Fix broker describe test
* fix: Fix order of eventing cmds
* chore: Add e2e tests
* fix: Fix e2e tests annotation
* fix: Reorder e2e tests methods
* feat: Add synchronous broker delete option
* fix: Fix broker describe example
Co-authored-by: Navid Shaikh <nshaikh@redhat.com>
* fix: Fix variable name
Co-authored-by: Navid Shaikh <nshaikh@redhat.com>
* fix: Fix broker list example formatting
Co-authored-by: Navid Shaikh <nshaikh@redhat.com>
* fix: Fix eventing client func name
Co-authored-by: Navid Shaikh <nshaikh@redhat.com>
* fix: Reflect changes from PR review suggestions
* fix: Fix formatting of cmd examples
* fix: Fix formatting of cmd examples & trailing spaces
* fix: Polish eventing client docs
* fix: Fix examples alignment
Co-authored-by: Roland Huß <rhuss@redhat.com>
Co-authored-by: Navid Shaikh <nshaikh@redhat.com>
|
2020-06-23 02:43:26 -07:00 |