Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HTTPHeader (0.07 sec)

  1. pilot/pkg/config/kube/gateway/conversion.go

    	return err.Reason == InvalidDestinationPermit ||
    		err.Reason == InvalidDestinationNotFound ||
    		err.Reason == InvalidDestinationKind
    }
    
    func headerListToMap(hl []k8s.HTTPHeader) map[string]string {
    	if len(hl) == 0 {
    		return nil
    	}
    	res := map[string]string{}
    	for _, e := range hl {
    		k := strings.ToLower(string(e.Name))
    		if _, f := res[k]; f {
    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