Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAuthority (0.19 sec)

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

    					},
    					// hold `/` in case the entire path is removed
    					Substitution: `/\2`,
    				}
    			} else {
    				action.PrefixRewrite = uri
    			}
    		}
    		if in.Rewrite.GetAuthority() != "" {
    			authority = in.Rewrite.GetAuthority()
    		}
    	}
    	if authority != "" {
    		action.HostRewriteSpecifier = &route.RouteAction_HostRewriteLiteral{
    			HostRewriteLiteral: authority,
    		}
    	}
    
    	if in.Mirror != 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