domain=flag.String("domain","kubernetes.local","domain under which to create names")
etcd_mutation_timeout=flag.Duration("etcd_mutation_timeout",10*time.Second,"crash after retrying etcd mutation for a specified duration")
etcd_server=flag.String("etcd-server","http://127.0.0.1:4001","URL to etcd server")
verbose=flag.Bool("verbose",false,"log extra information")
kubecfg_file=flag.String("kubecfg_file","","Location of kubecfg file for access to kubernetes service")
argDomain=flag.String("domain","kubernetes.local","domain under which to create names")
argEtcdMutationTimeout=flag.Duration("etcd_mutation_timeout",10*time.Second,"crash after retrying etcd mutation for a specified duration")
argEtcdServer=flag.String("etcd-server","http://127.0.0.1:4001","URL to etcd server")
argKubecfgFile=flag.String("kubecfg_file","","Location of kubecfg file for access to kubernetes service")
argKubeMasterUrl=flag.String("kube_master_url","http://${KUBERNETES_SERVICE_HOST}:${KUBERNETES_SERVICE_PORT}","Url to reach kubernetes master. Env variables in this flag will be expanded.")