Skip to content

Commit 91ea6f2

Browse files
committed
revert: Accidentally reverted changes from separate PR
1 parent 4203073 commit 91ea6f2

File tree

3 files changed

+20
-43
lines changed

3 files changed

+20
-43
lines changed

api/v1alpha1/nutanix_node_types.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type NutanixMachineDetails struct {
3333

3434
// subnet identifies the network subnet to use for the machine.
3535
// The identifier (uuid or name) can be obtained from the console or API.
36-
Subnets NutanixResourceIdentifiers `json:"subnets"`
36+
Subnets []NutanixResourceIdentifier `json:"subnets"`
3737

3838
// List of categories that need to be added to the machines. Categories must already
3939
// exist in Prism Central. One category key can have more than one value.
@@ -64,5 +64,3 @@ type NutanixBootType capxv1.NutanixBootType
6464
type NutanixResourceIdentifier capxv1.NutanixResourceIdentifier
6565

6666
type NutanixCategoryIdentifier capxv1.NutanixCategoryIdentifier
67-
68-
type NutanixResourceIdentifiers []NutanixResourceIdentifier

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 16 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hack/flakes/flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)