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
Ville Aikas
f15f2755d8
update to k8s 0.19.7, go v1.15, fix gnostic ( #1206 )
...
* update to k8s 0.19.7, go v1.15, fix gnostic
* oops, did not run ./hack/build.sh
* Fix unit tests that broke because of k8s 1.19 update
* Update asserting in test to adapt to new jsonpath output behaviour
Looks like that strings are quoted now in arrays.
* fix one more assert
Co-authored-by: Roland Huß <roland@ro14nd.de>
2021-01-28 04:35:31 -08:00
Arghya Sadhu
33d4dfd468
machine-readable output for broker ( #1124 )
...
Signed-off-by: Arghya Sadhu <arghya88@gmail.com>
2020-11-18 05:11:51 -08:00
Arghya Sadhu
688d9fcab7
add url output for broker and channel ( #1118 )
...
Signed-off-by: Arghya Sadhu <arghya88@gmail.com>
2020-11-17 08:24:52 -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