move some option struct from controller manager to kube-controller manager

This commit is contained in:
stewart-yu
2018-05-26 15:52:58 +08:00
parent b005f2fba3
commit 4f06f9906f
27 changed files with 120 additions and 85 deletions

View File

@@ -18,6 +18,7 @@ package options
import (
"github.com/spf13/pflag"
"k8s.io/kubernetes/pkg/apis/componentconfig"
)