flags.StringVar(&o.clusterContext,"cluster-context","","Name of the cluster's context in the local kubeconfig. Defaults to cluster name if unspecified.")
flags.StringVar(&o.clusterContext,"cluster-context","","Name of the cluster's context in the local kubeconfig. Defaults to cluster name if unspecified.")
flags.StringVar(&o.secretName,"secret-name","","Name of the secret where the cluster's credentials will be stored in the host cluster. This name should be a valid RFC 1035 label. Defaults to cluster name if unspecified.")
flags.StringVar(&o.secretName,"secret-name","","Name of the secret where the cluster's credentials will be stored in the host cluster. This name should be a valid RFC 1035 label. Defaults to cluster name if unspecified.")
flags.MarkDeprecated("secret-name","kubefed now generates a secret name, and this flag will be removed in a future release.")
}
}
// NewCmdJoin defines the `join` command that joins a cluster to a
// NewCmdJoin defines the `join` command that joins a cluster to a