fs.BoolVar(&cfg.EnableProfiling,"profiling",cfg.EnableProfiling,"DEPRECATED: enable profiling via web interface host:port/debug/pprof/")
fs.BoolVar(&cfg.EnableProfiling,"profiling",cfg.EnableProfiling,"DEPRECATED: enable profiling via web interface host:port/debug/pprof/")
fs.BoolVar(&cfg.EnableContentionProfiling,"contention-profiling",cfg.EnableContentionProfiling,"DEPRECATED: enable lock contention profiling, if profiling is enabled")
fs.BoolVar(&cfg.EnableContentionProfiling,"contention-profiling",cfg.EnableContentionProfiling,"DEPRECATED: enable lock contention profiling, if profiling is enabled")
fs.StringVar(&cfg.ClientConnection.KubeConfigFile,"kubeconfig",cfg.ClientConnection.KubeConfigFile,"DEPRECATED: path to kubeconfig file with authorization and master location information.")
fs.StringVar(&cfg.ClientConnection.Kubeconfig,"kubeconfig",cfg.ClientConnection.Kubeconfig,"DEPRECATED: path to kubeconfig file with authorization and master location information.")
fs.StringVar(&cfg.ClientConnection.ContentType,"kube-api-content-type",cfg.ClientConnection.ContentType,"DEPRECATED: content type of requests sent to apiserver.")
fs.StringVar(&cfg.ClientConnection.ContentType,"kube-api-content-type",cfg.ClientConnection.ContentType,"DEPRECATED: content type of requests sent to apiserver.")
fs.Float32Var(&cfg.ClientConnection.QPS,"kube-api-qps",cfg.ClientConnection.QPS,"DEPRECATED: QPS to use while talking with kubernetes apiserver")
fs.Float32Var(&cfg.ClientConnection.QPS,"kube-api-qps",cfg.ClientConnection.QPS,"DEPRECATED: QPS to use while talking with kubernetes apiserver")
fs.Int32Var(&cfg.ClientConnection.Burst,"kube-api-burst",cfg.ClientConnection.Burst,"DEPRECATED: burst to use while talking with kubernetes apiserver")
fs.Int32Var(&cfg.ClientConnection.Burst,"kube-api-burst",cfg.ClientConnection.Burst,"DEPRECATED: burst to use while talking with kubernetes apiserver")