-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
* docs: update dedicated docs * refactor: addresses linting issues refactor: move multiuse functions to dedicated_utils dir refactor: addition of the clusterId to the cluster name during cluster selection prompt refactor: addition of cluster id to cluster selection prompt for deregister cluster refactor: addition of successful registration prompt * feat: addition of ocm cluster mgmt url and access token flags to kafka create docs: Updated docs for new flags in kafka create, amongst other minor doc changes refactor: moves the error msg about not having quota to after enterprise option is selected not after cluster is selected fix: fixes a bug around the selection of a cluster for cluster registration fix: fixes a bug selecting the cluster to deregister docs: updated docs refactor: hides the dedicated commands * feat: add cluster mgmt api url and access token flags to dedicated list fix: addresses comments in review * fix: fix a bug with the arguements passed to ocm cluter mgmt and rename list cluster package
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package listclusters | ||
package list | ||
|
||
import ( | ||
"testing" | ||
|