svcLW := &cache.ListWatch{
        ListFunc: func(opts metav1.ListOptions) (runtime.Object, error) {
            opts.FieldSelector = d.selectorField
            opts.LabelSelector = d.selectorLabel
            return svc.List(ctx, opts)