Sfoglia il codice sorgente

chore: fix typo in ToClusterType docblock (#3467)

jose-fully-ported 2 anni fa
parent
commit
439d7ceacb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      internal/models/cluster.go

+ 1 - 1
internal/models/cluster.go

@@ -102,7 +102,7 @@ type Cluster struct {
 	MonitorHelmReleases bool
 }
 
-// ToProjectType generates an external types.Project to be shared over REST
+// ToClusterType generates an external types.Cluster to be shared over REST
 func (c *Cluster) ToClusterType() *types.Cluster {
 	serv := types.Kube