Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FilterOutFunc (0.11 sec)

  1. pilot/pkg/serviceregistry/kube/controller/controller.go

    		c.opts.XDSUpdater.ConfigUpdate(&model.PushRequest{
    			Full:   true,
    			Reason: model.NewReasonStats(model.ServiceUpdate),
    		})
    	}
    	return nil
    }
    
    // FilterOutFunc func for filtering out objects during update callback
    type FilterOutFunc[T controllers.Object] func(old, cur T) bool
    
    // registerHandlers registers a handler for a given informer
    // Note: `otype` is used for metric, if empty, no metric will be reported
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 41.2K bytes
    - Viewed (0)
Back to top