Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SupportedGRPCStatus (0.47 sec)

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

    			// the validation webhook would have already caught the invalid
    			// code and we wouldn't reach here.
    			out.Abort.ErrorType = &xdshttpfault.FaultAbort_GrpcStatus{
    				GrpcStatus: uint32(grpc.SupportedGRPCStatus[a.GrpcStatus]),
    			}
    		default:
    			log.Warnf("Only HTTP and gRPC type abort faults are supported")
    			out.Abort = nil
    		}
    	}
    
    	if out.Delay == nil && out.Abort == nil {
    		return nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
Back to top