Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for namespaceHandler (0.16 sec)

  1. pilot/pkg/config/kube/gateway/controller.go

    	// However, this is a much simpler approach that is likely to scale well enough for now.
    	if !intersection.IsEmpty() && c.namespaceHandler != nil {
    		log.Debugf("namespace labels changed, triggering namespace handler: %v", intersection.UnsortedList())
    		c.namespaceHandler(config.Config{}, config.Config{}, model.EventUpdate)
    	}
    }
    
    // getLabelKeys extracts all label keys from a namespace object.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 05:26:03 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/serviceentry/namespace_handler.go

    John Howard <******@****.***> 1678110285 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 06 13:44:45 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top