Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/model/sidecar.go

    	return ilw.mostSpecificWildcardVsIndex
    }
    
    // DependsOnConfig determines if the proxy depends on the given config.
    // Returns whether depends on this config or this kind of config is not scopeZd(unknown to be depended) here.
    func (sc *SidecarScope) DependsOnConfig(config ConfigKey, rootNs string) bool {
    	if sc == nil {
    		return true
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
Back to top