correction

This commit is contained in:
pb 2025-03-05 16:59:45 +01:00
parent 429b034cb0
commit 1896236cab

View File

@ -14,7 +14,6 @@ import (
jwt "github.com/golang-jwt/jwt/v5"
"gopkg.in/yaml.v2"
v1 "k8s.io/api/core/v1"
beego "github.com/beego/beego/v2/server/web"
)
type KubeInfo struct {
@ -524,3 +523,4 @@ func NewHostKubeWithToken(token string) (*models.KubeConfigValue, error){
}
return &hostKube, nil
}