chore: update build and dependency management scripts (#6513)

Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
hongming
2025-05-27 16:03:39 +08:00
committed by GitHub
parent 0b5bce2757
commit 281b2091a5
2140 changed files with 113942 additions and 106023 deletions

View File

@@ -18,7 +18,7 @@ import (
"k8s.io/klog/v2"
"sigs.k8s.io/controller-runtime/pkg/manager/signals"
"kubesphere.io/kubesphere/cmd/controller-manager/app/options"
"kubesphere.io/kubesphere/cmd/ks-controller-manager/app/options"
"kubesphere.io/kubesphere/pkg/config"
"kubesphere.io/kubesphere/pkg/controller"
"kubesphere.io/kubesphere/pkg/controller/application"

View File

@@ -11,7 +11,7 @@ import (
"k8s.io/component-base/cli"
"kubesphere.io/kubesphere/cmd/controller-manager/app"
"kubesphere.io/kubesphere/cmd/ks-controller-manager/app"
)
func main() {