Skip to content

Commit 3dcfa63

Browse files
update test output
1 parent ce7d2c6 commit 3dcfa63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

minikube/generator/schema_builder_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,14 +360,12 @@ func TestOverride(t *testing.T) {
360360
assert.Equal(t, header+`
361361
"memory": {
362362
Type: schema.TypeString,
363-
Description: "Amount of RAM to allocate to Kubernetes (format: <number>[<unit>(case-insensitive)], where unit = b, k, kb, m, mb, g or gb)",
363+
Description: "Amount of RAM to allocate to Kubernetes (format: <number>[<unit>], where unit = b, k, m or g). Use \"max\" to use the maximum amount of memory. Use \"no-limit\" to not specify a limit (Docker/Podman only))",
364364
365365
Optional: true,
366366
ForceNew: true,
367367
368368
Default: "4g",
369-
StateFunc: state_utils.ResourceSizeConverter(),
370-
ValidateDiagFunc: state_utils.ResourceSizeValidator(),
371369
},
372370
373371
}

0 commit comments

Comments
 (0)