mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
【修改】k8s 配置
This commit is contained in:
@@ -3,6 +3,7 @@ package daemonset
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"pandax/base/global"
|
||||
|
||||
"go.uber.org/zap"
|
||||
apps "k8s.io/api/apps/v1"
|
||||
|
||||
@@ -3,12 +3,13 @@ package daemonset
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"pandax/base/global"
|
||||
|
||||
metaV1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/client-go/kubernetes"
|
||||
k8scommon "pandax/apps/devops/services/k8s/common"
|
||||
"pandax/apps/devops/services/pkg/k8s/service"
|
||||
"pandax/apps/devops/services/k8s/service"
|
||||
)
|
||||
|
||||
// DaemonSetDetail represents detailed information about a Daemon Set.
|
||||
|
||||
@@ -2,6 +2,7 @@ package daemonset
|
||||
|
||||
import (
|
||||
"context"
|
||||
"pandax/base/global"
|
||||
|
||||
"go.uber.org/zap"
|
||||
apps "k8s.io/api/apps/v1"
|
||||
|
||||
Reference in New Issue
Block a user