diff --git a/controllers/admiralty.go b/controllers/admiralty.go index 674fe74..db5335b 100644 --- a/controllers/admiralty.go +++ b/controllers/admiralty.go @@ -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 +} \ No newline at end of file