Merge pull request #74260 from stafot/update-vendor-dependencies

Update vendor package github.com/hashicorp/golang-lru

Kubernetes-commit: a2592364be3f4f9943f841182b27d0c62050a84a
This commit is contained in:
Kubernetes Publisher
2019-02-20 21:41:46 -08:00
parent e124f1f28f
commit 0b3639eedf
29 changed files with 1242 additions and 1119 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ message RollingUpdateDeployment {
// the rolling update starts, such that the total number of old and new pods do not exceed
// 130% of desired pods. Once old pods have been killed,
// new ReplicaSet can be scaled up further, ensuring that total number of pods running
// at any time during the update is atmost 130% of desired pods.
// at any time during the update is at most 130% of desired pods.
// +optional
optional k8s.io.apimachinery.pkg.util.intstr.IntOrString maxSurge = 2;
}