Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isLegal (0.12 sec)

  1. cmd/api-errors.go

    // descriptions for all the error responses.
    var errorCodes = errorCodeMap{
    	ErrInvalidCopyDest: {
    		Code:           "InvalidRequest",
    		Description:    "This copy request is illegal because it is trying to copy an object to itself without changing the object's metadata, storage class, website redirect location or encryption attributes.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrInvalidCopySource: {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/conversion.go

    		if len(ns) > 0 {
    			resp = append(resp, fmt.Sprintf("%s/%s", ns, hostname))
    		}
    	}
    
    	// If nothing matched use ~ namespace (match nothing). We need this since its illegal to have an
    	// empty hostname list, but we still need the Gateway provisioned to ensure status is properly set and
    	// SNI matches are established; we just don't want to actually match any routing rules (yet).
    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