fs.StringVar(&s.Kubeconfig,"kubeconfig",s.Kubeconfig,"Path to kubeconfig file with authorization and master location information.")
fs.StringVar(&s.ClusterSigningGKEKubeconfig,"cluster-signing-gke-kubeconfig",s.ClusterSigningGKEKubeconfig,"If set, use the kubeconfig file to call GKE to sign cluster-scoped certificates instead of using a local private key.")
fs.DurationVar(&s.ClusterSigningGKERetryBackoff.Duration,"cluster-signing-gke-retry-backoff",s.ClusterSigningGKERetryBackoff.Duration,"The initial backoff to use when retrying requests to GKE. Additional attempts will use exponential backoff.")
fs.StringVar(&s.ApproveAllKubeletCSRsForGroup,"insecure-experimental-approve-all-kubelet-csrs-for-group",s.ApproveAllKubeletCSRsForGroup,"The group for which the controller-manager will auto approve all CSRs for kubelet client certificates.")