Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WarmingDependencies (0.19 sec)

  1. pilot/pkg/model/context.go

    	for _, dependent := range WarmingDependencies(typeURL) {
    		if dwr, exists := node.WatchedResources[dependent]; exists {
    			dwr.AlwaysRespond = true
    		}
    	}
    }
    
    // WarmingDependencies returns the dependent typeURLs that need to be responded with
    // for warming of this typeURL.
    func WarmingDependencies(typeURL string) []string {
    	switch typeURL {
    	case v3.ClusterType:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (1)
Back to top