Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VirtualServicesForGateway (0.19 sec)

  1. pilot/pkg/model/sidecar.go

    				}
    			}
    		}
    	}
    
    	// waypoint need to get vses from the egress listener
    	defaultEgressListener := &IstioEgressListenerWrapper{
    		virtualServices: ps.VirtualServicesForGateway(configNamespace, constants.IstioMeshGateway),
    	}
    	out.EgressListeners = []*IstioEgressListenerWrapper{defaultEgressListener}
    
    	return out
    }
    
    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

    		(service.Attributes.ExportTo.Contains(visibility.Private) && ns == namespace) ||
    		service.Attributes.ExportTo.Contains(visibility.Instance(namespace))
    }
    
    // VirtualServicesForGateway lists all virtual services bound to the specified gateways
    // This replaces store.VirtualServices. Used only by the gateways
    // Sidecars use the egressListener.VirtualServices().
    //
    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