kubernetes/pkg
Kubernetes Submit Queue 1102fd0dcb
Merge pull request #61981 from hanxiaoshuai/fixtodo0331
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>.

fixtodo:rsDeepCopy only when sizeNeedsUpdate or annotationsNeedUpdate

**What this PR does / why we need it**:
```
// TODO: Do not mutate the replica set here, instead simply compare the annotation and if they mismatch
// call SetReplicasAnnotations inside the following if clause. Then we can also move the deep-copy from
// above inside the if too.
```
fixtodo:rsDeepCopy only when sizeNeedsUpdate or annotationsNeedUpdate
**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**:

**Release note**:

```release-note
NONE
```
2018-04-02 08:02:40 -07:00
..
api remove unused pkg unversioned 2018-03-13 15:06:38 +08:00
apis Merge pull request #61816 from wackxu/rman 2018-03-30 20:13:09 -07:00
auth Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
capabilities Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
client Set leader-elect for kube-scheduler to true 2018-03-30 10:52:01 -04:00
cloudprovider Use typed events client directly 2018-04-01 18:57:29 +10:00
controller Merge pull request #61981 from hanxiaoshuai/fixtodo0331 2018-04-02 08:02:40 -07:00
credentialprovider Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
features Include volume count while doing balanced resource allocation 2018-03-30 19:11:45 -04:00
fieldpath Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
generated generated 2018-02-27 21:21:14 -08:00
kubeapiserver Merge pull request #60100 from mtaufen/node-authz-nodeconfigsource 2018-03-29 17:37:18 -07:00
kubectl Merge pull request #61985 from liggitt/show-kind 2018-04-01 20:07:56 -07:00
kubelet Merge pull request #61965 from Random-Liu/fix-error-handling 2018-03-31 01:22:03 -07:00
kubemark add nodeport-addresses flag for kube-proxy 2018-02-26 23:48:46 +08:00
master update metrics to true like it is for kube-apiserver 2018-03-22 10:27:31 -04:00
printers Restore show-kind function when printing multiple kinds 2018-04-01 00:24:25 -04:00
probe Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
proxy Updated README for ipvs. 2018-04-01 22:28:43 +08:00
quota Add UT test to TestMax if equal scenario 2018-03-01 10:30:06 +08:00
registry Merge pull request #60519 from bsalamat/auto_prio_class 2018-03-26 23:20:05 -07:00
routes Remove /ui/ redirect 2018-02-12 10:54:33 -05:00
scheduler Merge pull request #60525 from ravisantoshgudimetla/scheduler-pvc 2018-03-30 20:13:15 -07:00
security Merge pull request #61624 from jianglingxia/selinux2018032412 2018-03-27 06:41:13 -07:00
securitycontext remove unused code in securitycontext 2018-03-29 23:32:48 -07:00
serviceaccount implement token authenticator for new id tokens 2018-02-27 17:20:46 -08:00
ssh Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
util Merge pull request #61091 from Lion-Wei/ipvs-lb 2018-03-30 11:53:17 -07:00
version Require boilerplate on Bazel Skylark source files 2018-02-16 13:44:04 -08:00
volume Merge pull request #61894 from atlassian/misc-cleanups 2018-03-30 21:16:01 -07:00
watch/json remove outdate package 2018-01-15 23:17:19 +08:00
windows/service Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00
.import-restrictions
BUILD pkg/api/unversioned related cleanup 2018-03-13 17:20:16 +08:00
OWNERS