healthCheckMinions=flag.Bool("health_check_minions",true,"If true, health check minions and filter unhealthy ones. Default true.")
eventTTL=flag.Duration("event_ttl",48*time.Hour,"Amount of time to retain events. Default 2 days.")
tokenAuthFile=flag.String("token_auth_file","","If set, the file that will be used to secure the API server via token authentication.")
authorizationMode=flag.String("authorization_mode","AlwaysAllow","Selects how to do authorization. One of: "+strings.Join(apiserver.AuthorizationModeChoices,","))
etcdServerListutil.StringList
etcdConfigFile=flag.String("etcd_config","","The config file for the etcd client. Mutually exclusive with -etcd_servers.")