mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-04-12 00:00:26 +08:00
Merge pull request #56534 from allenpetersen/updateGengo
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>. Update gengo version to include goimports formatter Update gengo which now uses goimports to format code and organize imports. Fixes #55542 **Special notes for your reviewer**: Updates version of k8s.io/gengo Takes new dependency on golang.org/x/tools/imports and golang.org/x/tools/go/ast/astutil **Release Notes**: ```release-note NONE ``` Kubernetes-commit: 46eabb7d918d962a9c8e0474d41f9371081d47fa
This commit is contained in:
+1
-1
@@ -519,7 +519,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 RC 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user