feat: add mode duplicate

This commit is contained in:
wencaiwulue
2023-03-14 21:36:24 +08:00
committed by wencaiwulue
parent 42d5f3c8cf
commit 4f9d1f7db8
6 changed files with 787 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ import (
"net"
"sync"
"time"
"sigs.k8s.io/kustomize/api/konfig"
)
const (
@@ -51,6 +53,11 @@ const (
// api
APIRentIP = "/rent/ip"
APIReleaseIP = "/release/ip"
KUBECONFIG = "kubeconfig"
// labels
ManageBy = konfig.ManagedbyLabelKey
)
var (