Skip to content

Commit

Permalink
Update the Nutanix kind constants
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickstruyf3 committed Dec 8, 2023
1 parent dc94ad5 commit 09e6b86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/nutanixcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

const (
// NutanixClusterKind represents the Kind of NutanixCluster
NutanixClusterKind = "NutanixClusterKind"
NutanixClusterKind = "NutanixCluster"

// NutanixClusterFinalizer allows NutanixClusterReconciler to clean up AHV
// resources associated with NutanixCluster before removing it from the
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/nutanixmachine_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (

const (
// NutanixMachineKind represents the Kind of NutanixMachine
NutanixMachineKind = "NutanixMachineKind"
NutanixMachineKind = "NutanixMachine"

// NutanixMachineFinalizer allows NutanixMachineReconciler to clean up AHV
// resources associated with NutanixMachine before removing it from the
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/nutanixmachinetemplate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

const (
// NutanixMachineTemplateKind represents the Kind of NutanixMachineTemplate
NutanixMachineTemplateKind = "NutanixMachineTemplateKind"
NutanixMachineTemplateKind = "NutanixMachineTemplate"
)

// NutanixMachineTemplateSpec defines the desired state of NutanixMachineTemplate
Expand Down

0 comments on commit 09e6b86

Please sign in to comment.