kubernetes/pkg
Kubernetes Submit Queue 800615ab8f
Merge pull request #67485 from linyouchong/pr-0816
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Remove incorrect comment

**What this PR does / why we need it**:
These code did not Update the revisions labels, the comment is incorrect
```
                // Update the revisions name and labels
		clone.Name = ControllerRevisionName(parent.GetName(), hash)
		ns := parent.GetNamespace()
		created, err := rh.client.AppsV1().ControllerRevisions(ns).Create(clone)
```

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:
NONE
**Release note**:
```
NONE
```

/kind cleanup
/release-note-none
/sig apps
2018-08-21 21:10:05 -07:00
..
api Allow headless svc without ports to have endpoints 2018-08-21 08:36:27 -07:00
apis Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
auth Improve multi-authorizer errors 2018-07-06 10:55:17 -04:00
capabilities Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
client Merge pull request #66722 from luxas/reference_new_generic_structs 2018-08-14 22:43:22 -07:00
cloudprovider Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
controller Merge pull request #67485 from linyouchong/pr-0816 2018-08-21 21:10:05 -07:00
credentialprovider fix acr sp access issue 2018-07-20 08:39:31 +00:00
features Merge pull request #67077 from vikaschoudhary16/scope-selectors-beta 2018-08-09 19:31:04 -07:00
fieldpath fieldpath: Add tests for missing cases 2018-07-12 10:26:18 +02:00
generated run "make update" 2018-07-30 15:56:39 +08:00
kubeapiserver Merge pull request #67497 from yue9944882/refactor/externalize-node-informer-clientset 2018-08-21 13:00:01 -07:00
kubectl Merge pull request #67635 from nikhita/customresource-subresource-patch-04 2018-08-21 18:33:07 -07:00
kubelet Merge pull request #67518 from tallclair/runtimeclass-cri 2018-08-21 18:33:04 -07:00
kubemark update bazel 2018-08-16 09:59:33 +08:00
master Add sig/api-machinery label to apimachinery OWNERS files 2018-08-20 18:46:47 +05:30
printers Merge pull request #67658 from soltysh/staging_cli_runtime 2018-08-21 16:20:55 -07:00
probe Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
proxy Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
quota Add sig/api-machinery label to apimachinery OWNERS files 2018-08-20 18:46:47 +05:30
registry Merge pull request #67372 from tanshanshan/priority-814 2018-08-16 10:34:15 -07:00
routes Remove /ui/ redirect 2018-02-12 10:54:33 -05:00
scheduler Merge pull request #66862 from resouer/sync-map 2018-08-21 00:24:01 -07:00
security Cleanup & fix PodSecurityPolicy field path usage 2018-07-18 17:47:32 -07:00
securitycontext Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
serviceaccount fix a nit error in log 2018-06-27 14:21:27 +08:00
ssh Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
util Merge pull request #66639 from hanxiaoshuai/fix07251 2018-08-19 22:40:00 -07:00
version Set gazelle:importmap_prefix for everything under staging/src 2018-06-22 16:22:57 -07:00
volume Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
watch/json Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
windows/service Update to gazelle 0.12.0 and run hack/update-bazel.sh 2018-06-22 16:22:18 -07:00
.import-restrictions
BUILD util for external pv 2018-08-17 11:14:42 +08:00
OWNERS