Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sujay <[email protected]>
  • Loading branch information
SD-13 committed Nov 10, 2023
1 parent ec6e4c0 commit ec0e40e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/v1beta1/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,14 @@ const (
)

const (
// AzureClusterKind is kind value for the AzureCluster kind name.
// AzureClusterKind indicates the kind of an AzureCluster.
AzureClusterKind = "AzureCluster"
// AzureMachinePoolKind is kind value for the AzureMachinePool kind name.
// AzureMachinePoolKind indicates the kind of an AzureMachinePool.
AzureMachinePoolKind = "AzureMachinePool"
// AzureManagedClusterKind is kind value for the AzureManagedCluster kind name.
// AzureManagedClusterKind indicates the kind of an AzureManagedCluster.
AzureManagedClusterKind = "AzureManagedCluster"
// AzureManagedControlPlaneKind is kind value for the AzureManagedControlPlane kind name.
// AzureManagedControlPlaneKind indicates the kind of an AzureManagedControlPlane.
AzureManagedControlPlaneKind = "AzureManagedControlPlane"
// AzureClusterIdentityKind is kind value for the AzureClusterIdentity kind name.
// AzureClusterIdentityKind indicates the kind of an AzureClusterIdentity.
AzureClusterIdentityKind = "AzureClusterIdentity"
)

0 comments on commit ec0e40e

Please sign in to comment.