Skip to content

Commit ce7d2c6

Browse files
remove unused transform/validate functions
1 parent e30cb2d commit ce7d2c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

minikube/generator/schema_builder.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ var schemaOverrides map[string]SchemaOverride = map[string]SchemaOverride{
6060
Default: "4g",
6161
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))",
6262
Type: String,
63-
StateFunc: "state_utils.ResourceSizeConverter()",
64-
ValidateDiagFunc: "state_utils.ResourceSizeValidator()",
6563
},
6664
"disk_size": {
6765
Default: "20000mb",

0 commit comments

Comments
 (0)