kubernetes/hack/make-rules
Kubernetes Submit Queue 34ea3a17af Merge pull request #39001 from xilabao/fix-group-in-create-clusterrolebinding
Automatic merge from submit-queue

fix group in create clusterrolebinding

group lost.

```
#kubectl create clusterrolebinding test --clusterrole=a --group=b
clusterrolebinding "test" created

#kubectl get clusterrolebinding test -o yaml
apiVersion: rbac.authorization.k8s.io/v1alpha1
kind: ClusterRoleBinding
metadata:
  creationTimestamp: 2016-12-20T03:13:24Z
  name: test
  resourceVersion: "284"
  selfLink: /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindingstest
  uid: 44d3476d-c662-11e6-a439-7427ea6f0fe3
roleRef:
  apiGroup: rbac.authorization.k8s.io
  kind: ClusterRole
  name: a
subjects: null
```
2017-01-03 16:49:24 -08:00
..
helpers make: avoid dirname process per go file 2016-12-13 13:41:32 +01:00
build.sh Add a verbosity concept to kubernetes scripts 2016-08-04 22:01:22 -07:00
cross.sh Add a KUBERNETES_NODE_* section to build kubelet/kube-proxy for windows 2016-12-17 21:07:18 -08:00
make-help.sh Add "make help" to list all make targets and help info 2016-12-05 02:00:46 -05:00
test-cmd.sh Merge pull request #39001 from xilabao/fix-group-in-create-clusterrolebinding 2017-01-03 16:49:24 -08:00
test-e2e-node.sh Disable AU in node e2e test. 2016-12-15 01:33:09 -08:00
test-integration.sh Move "-short" to KUBE_TEST_ARGS 2016-11-24 10:18:09 -05:00
test-kubeadm-cmd.sh Adding CLI tests for kubeadm. 2016-10-31 11:12:51 -07:00
test.sh Fix code coverage in build script on OS X. 2016-12-12 14:38:54 -08:00
verify.sh Disable verify-test-owners.sh and make go vet more obvious 2016-12-21 11:44:04 -08:00
vet.sh Disable verify-test-owners.sh and make go vet more obvious 2016-12-21 11:44:04 -08:00