revert some unwanted changes

pull/6/head
Aaron.L.Xu 2016-12-21 00:36:38 -08:00
parent f15c8d0cf5
commit 3964aae385
2 changed files with 2 additions and 3 deletions

View File

@ -325,8 +325,7 @@ func applyRequest(r *pb.Request, applyV2 etcdserver.ApplierV2) {
applyV2.Put(r)
case "DELETE":
applyV2.Delete(r)
//case "POST", "QGET", "SYNC":
case "POST", "GET", "SYNC":
case "POST", "QGET", "SYNC":
return
default:
glog.Fatal("unknown command")

View File

@ -115,7 +115,7 @@ func CreateKubeconfigSecret(clientset *client.Clientset, kubeconfig *clientcmdap
return nil, err
}
// Build the secret object with the minimized and flattened
// Build the secret object with the minified and flattened
// kubeconfig content.
secret := &api.Secret{
ObjectMeta: api.ObjectMeta{