mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	move pkg/master/server to cmd/kube-apiserver/app
This commit is contained in:
		@@ -21,9 +21,9 @@ package main
 | 
			
		||||
import (
 | 
			
		||||
	"os"
 | 
			
		||||
 | 
			
		||||
	apiserver "github.com/GoogleCloudPlatform/kubernetes/cmd/kube-apiserver/app"
 | 
			
		||||
	"github.com/GoogleCloudPlatform/kubernetes/pkg/controllermanager"
 | 
			
		||||
	"github.com/GoogleCloudPlatform/kubernetes/pkg/hyperkube"
 | 
			
		||||
	apiserver "github.com/GoogleCloudPlatform/kubernetes/pkg/master/server"
 | 
			
		||||
	sched "github.com/GoogleCloudPlatform/kubernetes/plugin/pkg/scheduler/server"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user