Skip to content

Commit f1669da

Browse files
committed
fixed stale code
1 parent 81413e7 commit f1669da

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

api/v1alpha1/nutanix_node_types.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,14 @@ import (
88
)
99

1010
type NutanixNodeSpec struct {
11-
// +optional
12-
CustomImage *OCIImage `json:"customImage,omitempty"`
1311
}
1412

1513
func (NutanixNodeSpec) VariableSchema() clusterv1.VariableSchema {
1614
return clusterv1.VariableSchema{
1715
OpenAPIV3Schema: clusterv1.JSONSchemaProps{
1816
Description: "Nutanix Node configuration",
1917
Type: "object",
20-
Properties: map[string]clusterv1.JSONSchemaProps{
21-
"customImage": OCIImage("").VariableSchema().OpenAPIV3Schema,
22-
},
18+
Properties: map[string]clusterv1.JSONSchemaProps{},
2319
},
2420
}
2521
}

0 commit comments

Comments
 (0)