chore(deps): k8s-io group to client-go v0.35.1 (#7868)

This commit is contained in:
Ville Vesilehto
2026-02-17 20:13:22 +02:00
committed by GitHub
parent b65cdfb639
commit 191a783e46
4 changed files with 75 additions and 57 deletions

View File

@@ -33,7 +33,7 @@ func inc(ip net.IP) {
}
func kubernetesWithFakeClient(ctx context.Context, cidr string, initEndpointsCache bool, svcType string) *Kubernetes {
client := fake.NewSimpleClientset()
client := fake.NewClientset()
mcsClient := mcsClientsetFake.NewSimpleClientset()
dco := dnsControlOpts{
zones: []string{"cluster.local.", "clusterset.local."},