Skip to content

Commit

Permalink
fake: rename NewFakeCluster > NewCluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Shevchenko committed May 19, 2021
1 parent 6de6676 commit c6e9e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fake/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Cluster struct {
Discovery *fakediscovery.FakeDiscovery
}

func NewFakeCluster(ver ClusterVersion) *Cluster {
func NewCluster(ver ClusterVersion) *Cluster {
fc := &Cluster{}
fc.Client = client.NewFake()

Expand Down

0 comments on commit c6e9e42

Please sign in to comment.