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

@ -149,7 +149,7 @@ func TestClientIgnoresHelmOwnedSecrets(t *testing.T) {
},
}
kubeClient := kubefake.NewSimpleClientset(helmSecret, secret)
kubeClient := kubefake.NewClientset(helmSecret, secret)
discovery, _ := kubeClient.Discovery().(*discoveryfake.FakeDiscovery)
discovery.FakedServerVersion = &kversion.Info{
@ -224,7 +224,7 @@ func TestClientIgnoresEmptyEndpointSliceUpdates(t *testing.T) {
}},
}
kubeClient := kubefake.NewSimpleClientset(emptyEndpointSlice, filledEndpointSlice)
kubeClient := kubefake.NewClientset(emptyEndpointSlice, filledEndpointSlice)
discovery, _ := kubeClient.Discovery().(*discoveryfake.FakeDiscovery)
discovery.FakedServerVersion = &kversion.Info{