Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		Operation: istio_route.GetRouteOperation(out, virtualService.Name, listenPort),
    	}
    	if in.Fault != nil || in.CorsPolicy != nil {
    		out.TypedPerFilterConfig = make(map[string]*any.Any)
    	}
    	if in.Fault != nil {
    		out.TypedPerFilterConfig[wellknown.Fault] = protoconv.MessageToAny(istio_route.TranslateFault(in.Fault))
    	}
    	if in.CorsPolicy != nil {
    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

    	if tcpWeightSum(r.BackendRefs) == 0 {
    		// The spec requires us to reject connections when there are no >0 weight backends
    		// We don't have a great way to do it. TODO: add a fault injection API for TCP?
    		return &istio.TCPRoute{
    			Route: []*istio.RouteDestination{{
    				Destination: &istio.Destination{
    					Host:   "internal.cluster.local",
    					Subset: "zero-weight",
    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