Skip to content

Commit

Permalink
Add HetznerCluster detection (#600)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <mdrokibulhasan@appscode.com>
  • Loading branch information
RokibulHasan7 authored Oct 16, 2024
1 parent d759e6b commit d17de31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ func getProviderName(kind string) kmapi.CAPIProvider {
return kmapi.CAPIProviderCAPZ
case "GCPManagedCluster":
return kmapi.CAPIProviderCAPG
case "HetznerCluster":
return kmapi.CAPIProviderCAPH
}
return ""
}
Expand Down

0 comments on commit d17de31

Please sign in to comment.