flag.StringVar(&cloudConfig.ApiEndpoint,"gce-api-endpoint","","The GCE ApiEndpoint being used, if applicable")
flag.StringVar(&cloudConfig.ApiEndpoint,"gce-api-endpoint","","The GCE ApiEndpoint being used, if applicable")
flag.StringVar(&cloudConfig.ProjectID,"gce-project","","The GCE project being used, if applicable")
flag.StringVar(&cloudConfig.ProjectID,"gce-project","","The GCE project being used, if applicable")
flag.StringVar(&cloudConfig.Zone,"gce-zone","","GCE zone being used, if applicable")
flag.StringVar(&cloudConfig.Zone,"gce-zone","","GCE zone being used, if applicable")
flag.StringVar(&cloudConfig.Region,"gce-region","","GCE region being used, if applicable")
flag.BoolVar(&cloudConfig.MultiZone,"gce-multizone",false,"If true, start GCE cloud provider with multizone support.")
flag.BoolVar(&cloudConfig.MultiZone,"gce-multizone",false,"If true, start GCE cloud provider with multizone support.")
flag.StringVar(&cloudConfig.Cluster,"gke-cluster","","GKE name of cluster being used, if applicable")
flag.StringVar(&cloudConfig.Cluster,"gke-cluster","","GKE name of cluster being used, if applicable")
flag.StringVar(&cloudConfig.NodeInstanceGroup,"node-instance-group","","Name of the managed instance group for nodes. Valid only for gce, gke or aws. If there is more than one group: comma separated list of groups.")
flag.StringVar(&cloudConfig.NodeInstanceGroup,"node-instance-group","","Name of the managed instance group for nodes. Valid only for gce, gke or aws. If there is more than one group: comma separated list of groups.")