feat: add hgctl dashboard support (#552)

Signed-off-by: bitliu <bitliu@tencent.com>
This commit is contained in:
Xunzhuo
2023-09-22 13:51:22 +08:00
committed by GitHub
parent 2da1c62c69
commit eb2934c084
7 changed files with 362 additions and 7 deletions

View File

@@ -33,8 +33,6 @@ type uninstallArgs struct {
istioNamespace string
// namespace is the namespace of higress installed .
namespace string
// verbose generates verbose output.
verbose bool
}
func addUninstallFlags(cmd *cobra.Command, args *uninstallArgs) {