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