mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 03:18:57 +00:00
hollow-node.go:delete useless para. and import
This commit is contained in:
@@ -18,7 +18,6 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"time"
|
|
||||||
|
|
||||||
"k8s.io/apimachinery/pkg/util/sets"
|
"k8s.io/apimachinery/pkg/util/sets"
|
||||||
"k8s.io/apiserver/pkg/util/flag"
|
"k8s.io/apiserver/pkg/util/flag"
|
||||||
@@ -58,7 +57,6 @@ type HollowNodeConfig struct {
|
|||||||
const (
|
const (
|
||||||
maxPods = 110
|
maxPods = 110
|
||||||
podsPerCore = 0
|
podsPerCore = 0
|
||||||
configResyncPeriod = 15 * time.Minute
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var knownMorphs = sets.NewString("kubelet", "proxy")
|
var knownMorphs = sets.NewString("kubelet", "proxy")
|
||||||
|
Reference in New Issue
Block a user