correction
This commit is contained in:
parent
429b034cb0
commit
1896236cab
@ -14,7 +14,6 @@ import (
|
|||||||
jwt "github.com/golang-jwt/jwt/v5"
|
jwt "github.com/golang-jwt/jwt/v5"
|
||||||
"gopkg.in/yaml.v2"
|
"gopkg.in/yaml.v2"
|
||||||
v1 "k8s.io/api/core/v1"
|
v1 "k8s.io/api/core/v1"
|
||||||
beego "github.com/beego/beego/v2/server/web"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type KubeInfo struct {
|
type KubeInfo struct {
|
||||||
@ -524,3 +523,4 @@ func NewHostKubeWithToken(token string) (*models.KubeConfigValue, error){
|
|||||||
}
|
}
|
||||||
|
|
||||||
return &hostKube, nil
|
return &hostKube, nil
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user