Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertToSidecarScope (0.28 sec)

  1. pilot/pkg/model/sidecar.go

    			Mode: networking.OutboundTrafficPolicy_Mode(ps.Mesh.OutboundTrafficPolicy.Mode),
    		}
    	}
    
    	return out
    }
    
    // convertToSidecarScope converts from Sidecar config to SidecarScope object
    func convertToSidecarScope(ps *PushContext, sidecarConfig *config.Config, configNamespace string) *SidecarScope {
    	if sidecarConfig == nil {
    		return DefaultSidecarScopeForNamespace(ps, configNamespace)
    	}
    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