Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testregex (0.13 sec)

  1. pkg/config/validation/validation.go

    }
    
    func validateStringMatchRegexp(sm *networking.StringMatch, where string) error {
    	switch sm.GetMatchType().(type) {
    	case *networking.StringMatch_Regex:
    	default:
    		return nil
    	}
    	re := sm.GetRegex()
    	if re == "" {
    		return fmt.Errorf("%q: regex string match should not be empty", where)
    	}
    	return validateStringRegexp(re, where)
    }
    
    func validateStringRegexp(re string, where string) error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  2. cmd/testdata/decryptObjectInfo.json.zst

    33wptHGcqGw/ijCVswlHZubrXLPR6MuW+A0mC0///nWcx+TY1vAVBxlV1TOzvQ==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/src/testregexp/z_test.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"4IGcMdwV2ef90Tuxtaxh=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAO7Vah7nkRCGIDSd=...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top