Started the implementation of new routes for admiralty

This commit is contained in:
pb 2025-02-19 12:28:48 +01:00
parent fa97228e2b
commit 7147531e9d

View File

@ -62,6 +62,9 @@ type KubeconfigToken struct {
} `yaml:"users"`
}
beego "github.com/beego/beego/v2/server/web"
)
// Operations about the admiralty objects of the datacenter
type AdmiraltyController struct {
beego.Controller
@ -521,4 +524,3 @@ func NewHostKubeWithToken(token string) (*models.KubeConfigValue, error){
}
return &hostKube, nil
}