Skip to content

Commit 34347ed

Browse files
author
Moritz Clasmeier
committed
Prettier cluster names
1 parent 0dadc8c commit 34347ed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

internal/types/cluster_type.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ func (ct ClusterType) IsOpenShift() bool {
5353
func (ct ClusterType) String() string {
5454
switch ct {
5555
case ClusterTypeInfraGKE:
56-
return "GKE"
56+
return "GKE (infra)"
5757
case ClusterTypeInfraOpenShift4:
5858
return "OpenShift4 (infra)"
5959
case ClusterTypeOpenShift4:
6060
return "OpenShift4"
6161
case ClusterTypeKind:
6262
return "Kind"
6363
case ClusterTypeMinikube:
64-
return "minikube"
64+
return "Minikube"
6565
case ClusterTypeK3s:
66-
return "k3s"
66+
return "K3s"
6767
case ClusterTypeCRC:
68-
return "crc"
68+
return "CRC"
6969
default:
7070
return "Unknown"
7171
}

0 commit comments

Comments
 (0)