Skip to content

Commit

Permalink
revert: Accidentally reverted changes from separate PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Apr 23, 2024
1 parent 4203073 commit 91ea6f2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 43 deletions.
4 changes: 1 addition & 3 deletions api/v1alpha1/nutanix_node_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type NutanixMachineDetails struct {

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

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

type NutanixCategoryIdentifier capxv1.NutanixCategoryIdentifier

type NutanixResourceIdentifiers []NutanixResourceIdentifier
53 changes: 16 additions & 37 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions hack/flakes/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91ea6f2

Please sign in to comment.