From fadbc4f503e0153d262ebb749ec5a61b384a1c76 Mon Sep 17 00:00:00 2001 From: pb <pierre.bayle@irt-saintexupery.com> Date: Wed, 5 Mar 2025 16:50:57 +0100 Subject: [PATCH] Pulling from main --- controllers/admiralty.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/admiralty.go b/controllers/admiralty.go index fa67144..674fe74 100644 --- a/controllers/admiralty.go +++ b/controllers/admiralty.go @@ -14,6 +14,7 @@ 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 { @@ -62,8 +63,7 @@ type KubeconfigToken struct { } `yaml:"users"` } - beego "github.com/beego/beego/v2/server/web" -) + // Operations about the admiralty objects of the datacenter type AdmiraltyController struct {