Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mergeDestinationRule (0.2 sec)

  1. pilot/pkg/model/destination_rule.go

    // used.
    // 3. If the original rule did not have any exportTo, exportTo settings from the new rule will be used.
    func (ps *PushContext) mergeDestinationRule(p *consolidatedDestRules, destRuleConfig config.Config, exportToSet sets.Set[visibility.Instance]) {
    	rule := destRuleConfig.Spec.(*networking.DestinationRule)
    	resolvedHost := host.Name(rule.Host)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 07:22:29 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context.go

    			// If there are no duplicates, the dest rule will be added to the list
    			ps.mergeDestinationRule(exportedDestRulesByNamespace[configs[i].Namespace], configs[i], exportToSet)
    		} else if configs[i].Namespace == ps.Mesh.RootNamespace {
    			// Keep track of private root namespace destination rules
    			ps.mergeDestinationRule(rootNamespaceLocalDestRules, configs[i], exportToSet)
    		}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top