Map Master & LogLevel flags for kube-scheduler

Fix #463
This commit is contained in:
Justin Santa Barbara 2016-09-19 11:13:08 -04:00
parent 04a7d74091
commit 085635c195
1 changed files with 3 additions and 0 deletions

View File

@ -521,6 +521,9 @@ type KubeControllerManagerConfig struct {
} }
type KubeSchedulerConfig struct { type KubeSchedulerConfig struct {
Master string `json:"master,omitempty" flag:"master"`
LogLevel int `json:"logLevel,omitempty" flag:"v"`
Image string `json:"image,omitempty"` Image string `json:"image,omitempty"`
// Configuration flags - a subset of https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/componentconfig/types.go // Configuration flags - a subset of https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/componentconfig/types.go