Add update cluster kubeconfig API
This commit is contained in:
5
pkg/api/cluster/v1alpha1/types.go
Normal file
5
pkg/api/cluster/v1alpha1/types.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package v1alpha1
|
||||
|
||||
type UpdateClusterRequest struct {
|
||||
KubeConfig []byte `json:"kubeconfig"`
|
||||
}
|
||||
Reference in New Issue
Block a user