Pulling from main

This commit is contained in:
pb 2025-03-05 16:50:57 +01:00
parent 7147531e9d
commit fadbc4f503

View File

@ -14,6 +14,7 @@ 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 {
@ -62,8 +63,7 @@ type KubeconfigToken struct {
} `yaml:"users"` } `yaml:"users"`
} }
beego "github.com/beego/beego/v2/server/web"
)
// Operations about the admiralty objects of the datacenter // Operations about the admiralty objects of the datacenter
type AdmiraltyController struct { type AdmiraltyController struct {