Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Waypoint (0.13 sec)

  1. pilot/pkg/networking/core/listener_waypoint.go

    							HeadersToAdd: headers,
    						},
    					}),
    				},
    			}},
    		}},
    	}
    	return l
    }
    
    // buildWaypointHTTPFilters augments the common chain of Waypoint-bound HTTP filters.
    // Authn/authz filters are pre-pended. Telemetry filters are appended.
    func (lb *ListenerBuilder) buildWaypointHTTPFilters(svc *model.Service) (pre []*hcm.HttpFilter, post []*hcm.HttpFilter) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/conversion.go

    			server, programmed := buildListener(r, obj, l, i, controllerName)
    
    			servers = append(servers, server)
    			if controllerName == constants.ManagedGatewayMeshController {
    				// Waypoint doesn't actually convert the routes to VirtualServices
    				continue
    			}
    			meta := parentMeta(obj, &l.Name)
    			meta[constants.InternalGatewaySemantics] = constants.GatewaySemanticsGateway
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top