Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit d53ee24

Browse files
committed
fix: set required for Nutanix node type
1 parent ea40055 commit d53ee24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/v1alpha1/nutanix_node_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ func (NutanixNodeSpec) VariableSchema() clusterv1.VariableSchema {
7171
Type: "string",
7272
},
7373
},
74+
Required: []string{"vcpusPerSocket", "vcpuSockets", "memorySize", "image", "cluster", "subnet", "systemDiskSize"},
7475
},
7576
}
7677
}

0 commit comments

Comments
 (0)