Skip to content

Commit 1bf37be

Browse files
committed
pkg/test/context.go: initialize TestCtx kubeclient
1 parent e5f68e6 commit 1bf37be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/test/context.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ func (f *Framework) newTestCtx(t *testing.T) *TestCtx {
7474
namespace: namespace,
7575
namespacedManPath: *f.NamespacedManPath,
7676
client: f.Client,
77+
kubeclient: f.KubeClient,
7778
restMapper: f.restMapper,
7879
}
7980
}

0 commit comments

Comments
 (0)