Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for notARule (0.3 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/inspect/ModelRuleExtractorTest.groovy

        }
    
        static class SeveralProblems {
            private String field1
            private String field2
    
            @Mutate
            private <T> void notOk() {}
    
            public void notARule() {}
    
            @Mutate
            @Validate
            private <T> String multipleProblems(@Path('') List list, @Path(':)') T value) {
                "broken"
            }
    
            @Model(":)")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 13:45:02 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/tcp/audit-both-http-tcp-out.yaml

                    rules:
                    - destinationPort: 80
                - notRule:
                    orRules:
                      rules:
                      - destinationPort: 8000
                - orRules:
                    rules:
                    - destinationIp:
                        addressPrefix: 10.10.10.10
                        prefixLen: 32
                - notRule:
                    orRules:
                      rules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/builder/testdata/tcp/deny-both-http-tcp-out.yaml

                    rules:
                    - destinationPort: 80
                - notRule:
                    orRules:
                      rules:
                      - destinationPort: 8000
                - orRules:
                    rules:
                    - destinationIp:
                        addressPrefix: 10.10.10.10
                        prefixLen: 32
                - notRule:
                    orRules:
                      rules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/testdata/http/allow-full-rule-out.yaml

                          ignoreCase: true
                          prefix: prefix.
                    - header:
                        name: :authority
                        presentMatch: true
                - notRule:
                    orRules:
                      rules:
                      - header:
                          name: :authority
                          stringMatch:
                            exact: not-exact.com
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  5. pilot/pkg/security/authz/builder/testdata/http/extended-allow-full-rule-out.yaml

                          ignoreCase: true
                          prefix: prefix.
                    - header:
                        name: :authority
                        presentMatch: true
                - notRule:
                    orRules:
                      rules:
                      - header:
                          name: :authority
                          stringMatch:
                            exact: not-exact.com
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 39K bytes
    - Viewed (0)
  6. pilot/pkg/security/authz/builder/testdata/http/allow-nil-rule-out.yaml

    name: envoy.filters.http.rbac
    typedConfig:
      '@type': type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC
      rules:
        policies:
          ns[foo]-policy[allow-none]-rule[0]:
            permissions:
            - notRule:
                any: true
            principals:
            - notId:
                any: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 05 19:31:07 UTC 2021
    - 349 bytes
    - Viewed (0)
  7. pilot/pkg/security/authz/builder/testdata/http/extended-allow-path-out.yaml

                        typedConfig:
                          '@type': type.googleapis.com/envoy.extensions.path.match.uri_template.v3.UriTemplateMatchConfig
                          pathTemplate: /**/path/template
                - notRule:
                    orRules:
                      rules:
                      - urlPath:
                          path:
                            exact: /not-exact
                      - urlPath:
                          path:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/http/extended-allow-nil-rule-out.yaml

    name: envoy.filters.http.rbac
    typedConfig:
      '@type': type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC
      rules:
        policies:
          ns[foo]-policy[allow-none]-rule[0]:
            permissions:
            - notRule:
                any: true
            principals:
            - notId:
                any: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 349 bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/allow-host-before-111-out.yaml

                        safeRegexMatch:
                          regex: (?i).*\.example\.com
                    - header:
                        name: :authority
                        presentMatch: true
                - notRule:
                    orRules:
                      rules:
                      - header:
                          name: :authority
                          safeRegexMatch:
                            regex: (?i)not-example\.com
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 18 00:14:10 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/http/allow-path-out.yaml

                        typedConfig:
                          '@type': type.googleapis.com/envoy.extensions.path.match.uri_template.v3.UriTemplateMatchConfig
                          pathTemplate: /**/path/template
                - notRule:
                    orRules:
                      rules:
                      - urlPath:
                          path:
                            exact: /not-exact
                      - urlPath:
                          path:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top