Skip to content

Commit

Permalink
Resolve client-go issue from upgrade to 1.20
Browse files Browse the repository at this point in the history
kubernetes/client-go#914 (comment)

Signed-off-by: Kingdon Barrett <kingdon@weave.works>
  • Loading branch information
Kingdon Barrett committed Aug 4, 2021
1 parent c0b89ab commit e75b461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cluster/kubernetes/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const (

func fakeClients() (ExtendedClient, func()) {
scheme := runtime.NewScheme()
scheme.AddKnownTypes(corev1.SchemeGroupVersion, &corev1.Namespace{})

// Set this to `true` to output a trace of the API actions called
// while running the tests
Expand Down

0 comments on commit e75b461

Please sign in to comment.