Skip to content

Commit

Permalink
bump controller runtime to 0.16.1 (#2548)
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Chen <chenjoez@amazon.com>
  • Loading branch information
jchen6585 and Joseph Chen authored Sep 7, 2023
1 parent 4503f75 commit f767249
Show file tree
Hide file tree
Showing 9 changed files with 1,069 additions and 504 deletions.
2 changes: 1 addition & 1 deletion cmd/cni-metrics-helper/metrics/cni_metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func setup(t *testing.T) *testMocks {
k8sSchema := runtime.NewScheme()
clientgoscheme.AddToScheme(k8sSchema)
eniconfigscheme.AddToScheme(k8sSchema)
podWatcher := NewDefaultPodWatcher(testclient.NewFakeClientWithScheme(k8sSchema), testLog)
podWatcher := NewDefaultPodWatcher(testclient.NewClientBuilder().WithScheme(k8sSchema).WithRuntimeObjects().Build(), testLog)
return &testMocks{
clientset: fakeClientset,
podWatcher: podWatcher,
Expand Down
11 changes: 0 additions & 11 deletions config/master/doc.go

This file was deleted.

Loading

0 comments on commit f767249

Please sign in to comment.