mirror of
https://github.com/coredns/coredns.git
synced 2026-02-18 05:03:10 -05:00
chore(deps): k8s-io group to client-go v0.35.1 (#7868)
This commit is contained in:
@@ -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."},
|
||||
|
||||
Reference in New Issue
Block a user