Update code generator
This commit is contained in:
parent
2e6dfbae57
commit
794916a183
125 changed files with 8038 additions and 2871 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue