DKube Add

This commit is contained in:
dqzboy
2022-09-25 20:02:35 +08:00
parent 84c4f484e2
commit be038dd5e7
12 changed files with 505 additions and 189 deletions

View File

@ -3,11 +3,11 @@ package service
import (
"bytes"
"context"
"dkube/config"
"encoding/json"
"errors"
"github.com/wonderivan/logger"
"io"
"dkube/config"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)