Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DefaultSidecarScopeForGateway (0.37 sec)

  1. pilot/pkg/model/sidecar.go

    	mostSpecificWildcardVsIndex map[host.Name]types.NamespacedName
    }
    
    const defaultSidecar = "default-sidecar"
    
    // DefaultSidecarScopeForGateway builds a SidecarScope contains services and destinationRules for a given gateway/waypoint.
    func DefaultSidecarScopeForGateway(ps *PushContext, configNamespace string) *SidecarScope {
    	services := ps.servicesExportedToNamespace(configNamespace)
    	out := &SidecarScope{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context.go

    	defaultSidecarsByNamespace map[string]*SidecarScope
    	// sidecarsForGatewayByNamespace contains the default sidecar for gateways and waypoints,
    	// These are *always* computed from DefaultSidecarScopeForGateway.
    	// These are lazy-loaded. Access protected by derivedSidecarMutex.
    	sidecarsForGatewayByNamespace map[string]*SidecarScope
    
    	// mutex to protect derived sidecars i.e. not specified by user.
    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