Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSidecarScope (0.31 sec)

  1. pilot/pkg/model/context.go

    	sidecarScope := node.SidecarScope
    
    	switch node.Type {
    	case SidecarProxy:
    		node.SidecarScope = ps.getSidecarScope(node, node.Labels)
    	case Router, Waypoint:
    		// Gateways should just have a default scope with egress: */*
    		node.SidecarScope = ps.getSidecarScope(node, nil)
    	}
    	node.PrevSidecarScope = sidecarScope
    }
    
    func (node *Proxy) VersionGreaterAndEqual(inv *IstioVersion) bool {
    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