1
0
Fork 0

Update code generator

This commit is contained in:
Jesper Noordsij 2026-01-13 16:34:05 +01:00 committed by GitHub
parent 2e6dfbae57
commit 794916a183
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
125 changed files with 8038 additions and 2871 deletions

View file

@ -29,8 +29,8 @@ func TestClientIgnoresHelmOwnedSecrets(t *testing.T) {
},
}
kubeClient := kubefake.NewSimpleClientset(helmSecret, secret)
crdClient := traefikcrdfake.NewSimpleClientset()
kubeClient := kubefake.NewClientset(helmSecret, secret)
crdClient := traefikcrdfake.NewClientset()
client := newClientImpl(kubeClient, crdClient)