File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515
1616type FakeManager struct { Client client.Client }
1717
18- func (f * FakeManager ) GetCluster (ctx context.Context , clusterName string ) (cluster.Cluster , error ) {
18+ func (f * FakeManager ) GetCluster (context.Context , string ) (cluster.Cluster , error ) {
1919 return & FakeCluster {client : f .Client }, nil
2020}
2121
@@ -47,7 +47,7 @@ func (f FakeCluster) GetFieldIndexer() client.FieldIndexer {
4747 return nil
4848}
4949
50- func (f FakeCluster ) GetEventRecorderFor (name string ) record.EventRecorder {
50+ func (f FakeCluster ) GetEventRecorderFor (string ) record.EventRecorder {
5151 return nil
5252}
5353
@@ -59,6 +59,6 @@ func (f FakeCluster) GetAPIReader() client.Reader {
5959 return nil
6060}
6161
62- func (f FakeCluster ) Start (ctx context.Context ) error {
62+ func (f FakeCluster ) Start (context.Context ) error {
6363 return nil
6464}
You can’t perform that action at this time.
0 commit comments