Add update cluster kubeconfig API

This commit is contained in:
Xinzhao Xu
2021-12-21 17:33:21 +08:00
parent e1df8bc5bb
commit 883097a3ad
6 changed files with 93 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
package v1alpha1
type UpdateClusterRequest struct {
KubeConfig []byte `json:"kubeconfig"`
}