Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
correct comments
Browse files Browse the repository at this point in the history
  • Loading branch information
erdrix committed Jan 6, 2020
1 parent 44deb93 commit e12d56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multi-casskop/pkg/controller/multi-casskop/models/clusters.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
)

// Cluster define k8s clsuter information we need.
// Cluster defines k8s cluster information we need.
type Cluster struct {
Name string
Cluster *cluster.Cluster
}

// Clusters defined each kubernetes cluster we want to connect on it.
// Clusters defines each kubernetes cluster we want to connect on it.
type Clusters struct {
Local *Cluster
Remotes []*Cluster
Expand Down

0 comments on commit e12d56c

Please sign in to comment.