We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d454223 commit 74da1d6Copy full SHA for 74da1d6
internal/store/deployment_test.go
@@ -30,15 +30,11 @@ import (
30
31
var (
32
depl1Replicas int32 = 200
33
- depl2Replicas int32 = 5
34
- depl3Replicas int32 = 1
35
depl4Replicas int32 = 10
36
37
depl1MaxUnavailable = intstr.FromInt(10)
38
- depl2MaxUnavailable = intstr.FromString("25%")
39
40
depl1MaxSurge = intstr.FromInt(10)
41
- depl2MaxSurge = intstr.FromString("20%")
42
)
43
44
func TestDeploymentStore(t *testing.T) {
0 commit comments