fs.StringVar(&o.Master,"master",o.Master,"The address of the Kubernetes API server (overrides any value in kubeconfig).")
fs.StringVar(&o.Master,"master",o.Master,"The address of the Kubernetes API server (overrides any value in kubeconfig).")
fs.StringVar(&o.Kubeconfig,"kubeconfig",o.Kubeconfig,"Path to kubeconfig file with authorization and master location information.")
fs.StringVar(&o.Kubeconfig,"kubeconfig",o.Kubeconfig,"Path to kubeconfig file with authorization and master location information.")
fs.DurationVar(&o.NodeStatusUpdateFrequency.Duration,"node-status-update-frequency",o.NodeStatusUpdateFrequency.Duration,"Specifies how often the controller updates nodes' status.")
fs.DurationVar(&o.NodeStatusUpdateFrequency.Duration,"node-status-update-frequency",o.NodeStatusUpdateFrequency.Duration,"Specifies how often the controller updates nodes' status.")