Pulling from main
This commit is contained in:
parent
7147531e9d
commit
fadbc4f503
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user