Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InformerWatchNamespace (0.54 sec)

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

    		return !c.ignoredNamespaces.Contains(o.GetNamespace())
    	}))
    
    	c.namespaces.AddEventHandler(controllers.FilteredObjectSpecHandler(c.queue.AddObject, func(o controllers.Object) bool {
    		if features.InformerWatchNamespace != "" && features.InformerWatchNamespace != o.GetName() {
    			// We are only watching one namespace, and its not this one
    			return false
    		}
    		if c.ignoredNamespaces.Contains(o.GetName()) {
    			// skip special kubernetes system namespaces
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top