Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for withoutHeaders (0.44 sec)

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

    		} else {
    			matcher := translateHeaderMatch(name, stringMatch)
    			out.Headers = append(out.Headers, matcher)
    		}
    	}
    
    	for name, stringMatch := range in.WithoutHeaders {
    		if metadataMatcher := translateMetadataMatch(name, stringMatch, useExtendedJwt); metadataMatcher != nil {
    			metadataMatcher.Invert = true
    			out.DynamicMetadata = append(out.DynamicMetadata, metadataMatcher)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  2. pkg/config/validation/validation.go

    			qpvaluePrefix := qpvalue.GetPrefix()
    			qpvalueMatch := assignExactOrPrefix(qpvalueExact, qpvaluePrefix)
    			QPMap[qpkey] = qpvalueMatch
    		}
    
    		// set WithoutHeaders
    		noHeaderMap := make(map[string]string)
    		for nhkey, nhvalue := range match.WithoutHeaders {
    			nhvalueExact := nhvalue.GetExact()
    			nhvaluePrefix := nhvalue.GetPrefix()
    			nhvalueMatch := assignExactOrPrefix(nhvalueExact, nhvaluePrefix)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                    type: string
                                type: object
                              withoutHeaders:
                                additionalProperties:
                                  oneOf:
                                  - not:
                                      anyOf:
                                      - required:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. manifests/charts/base/crds/crd-all.gen.yaml

                                    type: string
                                type: object
                              withoutHeaders:
                                additionalProperties:
                                  oneOf:
                                  - not:
                                      anyOf:
                                      - required:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                    type: string
                                type: object
                              withoutHeaders:
                                additionalProperties:
                                  oneOf:
                                  - not:
                                      anyOf:
                                      - required:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    (https://github.com/google/re2/wiki/Syntax). type: string type: object withoutHeaders: additionalProperties: oneOf: - not: anyOf: - required: - exact - required: - prefix - required: - regex - required: - exact - required: - prefix - required: - regex properties: exact: type: string prefix: type: string regex: description: RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax). type: string type: object description: withoutHeader has the same syntax with the header, but has opposite meaning....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top