File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
api/external/github.com/nutanix-cloud-native/cluster-api-provider-nutanix/api/v1beta1 Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -132,12 +132,12 @@ type NutanixMachineSpec struct {
132132 // The cluster identifier (uuid or name) can be obtained from the Prism Central console
133133 // or using the prism_central API.
134134 // +kubebuilder:validation:Optional
135- Cluster NutanixResourceIdentifier `json:"cluster"`
135+ Cluster NutanixResourceIdentifier `json:"cluster,omitzero "`
136136 // subnet is to identify the cluster's network subnet to use for the Machine's VM
137137 // The cluster identifier (uuid or name) can be obtained from the Prism Central console
138138 // or using the prism_central API.
139139 // +kubebuilder:validation:Optional
140- Subnets []NutanixResourceIdentifier `json:"subnet"`
140+ Subnets []NutanixResourceIdentifier `json:"subnet,omitempty "`
141141 // List of categories that need to be added to the machines. Categories must already exist in Prism Central
142142 // +kubebuilder:validation:Optional
143143 AdditionalCategories []NutanixCategoryIdentifier `json:"additionalCategories,omitempty"`
Original file line number Diff line number Diff line change 33
44module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/external/capx
55
6- go 1.23 .0
6+ go 1.24 .0
77
8- toolchain go1.24.2
8+ toolchain go1.24.3
99
10- require github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.0-beta.2
10+ require github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.0-beta.4
1111
1212require (
1313 github.com/emicklei/go-restful/v3 v3.12.2 // indirect
@@ -28,7 +28,6 @@ require (
2828 github.com/nutanix-cloud-native/prism-go-client v0.5.0 // indirect
2929 github.com/pkg/errors v0.9.1 // indirect
3030 github.com/x448/float16 v0.8.4 // indirect
31- go.uber.org/automaxprocs v1.6.0 // indirect
3231 golang.org/x/net v0.38.0 // indirect
3332 golang.org/x/text v0.23.0 // indirect
3433 google.golang.org/protobuf v1.36.5 // indirect
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
7676github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 /go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4 =
7777github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
7878github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
79- github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.0-beta.2 h1:RsqSaYm5Vg6887taqJ8mRtqa1zckiwtqZVf3/xJRcro =
80- github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.0-beta.2 /go.mod h1:8F3sXZInz+dShppYLmMzQwUAzFsZTyaxaB3bf5rIk/A =
79+ github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.0-beta.4 h1:SNfZlG/AJ/RUpEij0Lu1XbrIoOxk+tZvzQktFdPkGYc =
80+ github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.7.0-beta.4 /go.mod h1:6AJwae8W/nGmITlnuTnvMxCxxztctEAUJulxC9z/jgU =
8181github.com/nutanix-cloud-native/prism-go-client v0.5.0 h1:aSNuKDOK7+q676MQyetYXcySY41IjSvN2UmrDIU3+6s =
8282github.com/nutanix-cloud-native/prism-go-client v0.5.0 /go.mod h1:QhLX+sEep0cStzHVYU6mPgIlnA8U3DySskagrbDprRk =
8383github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus =
You can’t perform that action at this time.
0 commit comments