Skip to content

Commit

Permalink
Fix linter warning
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Mar 4, 2024
1 parent 48913ca commit ebbb203
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions api/v1/cluster_enum.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ func ClusterManagerValues() []ClusterManager {
}
}

var _ClusterManagerMap = map[ClusterManager]string{
ClusterManagerACE: _ClusterManagerName[0:3],
ClusterManagerOCMHub: _ClusterManagerName[3:9],
ClusterManagerOCMMulticlusterControlplane: _ClusterManagerName[9:36],
ClusterManagerOCMSpoke: _ClusterManagerName[36:44],
ClusterManagerOpenShift: _ClusterManagerName[44:53],
ClusterManagerRancher: _ClusterManagerName[53:60],
ClusterManagerVirtualCluster: _ClusterManagerName[60:74],
}

var _ClusterManagerValue = map[string]ClusterManager{
_ClusterManagerName[0:3]: ClusterManagerACE,
_ClusterManagerName[3:9]: ClusterManagerOCMHub,
Expand Down

0 comments on commit ebbb203

Please sign in to comment.