Skip to content

Commit

Permalink
Make etcd's stored data more flexible and configurable
Browse files Browse the repository at this point in the history
Signed-off-by: duanmengkk <[email protected]>
  • Loading branch information
duanmengkk committed Jun 27, 2024
1 parent 9309613 commit b927286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubenest/controlplane/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package controlplane

import (
"fmt"
"k8s.io/klog"
"strings"

"github.com/pkg/errors"
Expand All @@ -11,6 +10,7 @@ import (
"k8s.io/apimachinery/pkg/util/yaml"
clientset "k8s.io/client-go/kubernetes"
"k8s.io/component-base/cli/flag"
"k8s.io/klog"

ko "github.com/kosmos.io/kosmos/cmd/kubenest/operator/app/options"
"github.com/kosmos.io/kosmos/pkg/apis/kosmos/v1alpha1"
Expand Down

0 comments on commit b927286

Please sign in to comment.