mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-25 12:28:34 +08:00
【修改】k8s 配置
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
metaV1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/client-go/kubernetes"
|
||||
"k8s.io/client-go/kubernetes/scheme"
|
||||
"pandax/apps/devops/services/pkg/k8s/logs"
|
||||
"pandax/apps/devops/services/k8s/logs"
|
||||
)
|
||||
|
||||
// maximum number of lines loaded from the apiserver
|
||||
|
||||
@@ -4,6 +4,7 @@ import (
|
||||
"context"
|
||||
"encoding/base64"
|
||||
"fmt"
|
||||
"pandax/base/global"
|
||||
|
||||
v1 "k8s.io/api/core/v1"
|
||||
res "k8s.io/apimachinery/pkg/api/resource"
|
||||
@@ -16,7 +17,7 @@ import (
|
||||
k8scommon "pandax/apps/devops/services/k8s/common"
|
||||
"pandax/apps/devops/services/k8s/controller"
|
||||
"pandax/apps/devops/services/k8s/dataselect"
|
||||
"pandax/apps/devops/services/pkg/k8s/pvc"
|
||||
"pandax/apps/devops/services/k8s/pvc"
|
||||
"strconv"
|
||||
)
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ package pods
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"pandax/base/global"
|
||||
|
||||
v1 "k8s.io/api/core/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
|
||||
Reference in New Issue
Block a user