Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unmatched (0.08 sec)

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

    					hostMatched = hostMatched || hostnameMatch
    					if hostnameMatch && namespaceMatch {
    						matched = true
    						break out
    					}
    				}
    			}
    			if !matched {
    				if hostMatched {
    					return &ParentError{
    						Reason: ParentErrorNotAllowed,
    						Message: fmt.Sprintf(
    							"hostnames matched parent hostname %q, but namespace %q is not allowed by the parent",
    							parent.OriginalHostname, namespace,
    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