We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bd2e1 commit 5775c76Copy full SHA for 5775c76
internal/resolver/secrets_test.go
@@ -13,7 +13,7 @@ import (
13
func TestStringFromSecret(t *testing.T) {
14
t.Parallel()
15
16
- client := fake.NewSimpleClientset(&corev1.Secret{
+ client := fake.NewClientset(&corev1.Secret{
17
ObjectMeta: metav1.ObjectMeta{
18
Name: "test-secret",
19
Namespace: "test-namespace",
0 commit comments