Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 962 for inexact (0.17 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/internalversion/validation/validation_test.go

    	}{{
    		name: "valid-default",
    		opts: internalversion.ListOptions{},
    	}, {
    		name: "valid-resourceversionmatch-exact",
    		opts: internalversion.ListOptions{
    			ResourceVersion:      "1",
    			ResourceVersionMatch: metav1.ResourceVersionMatchExact,
    		},
    	}, {
    		name: "invalid-resourceversionmatch-exact",
    		opts: internalversion.ListOptions{
    			ResourceVersion:      "0",
    			ResourceVersionMatch: metav1.ResourceVersionMatchExact,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 07:48:42 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/dry-run-allow-out.yaml

            permissions:
            - andRules:
                rules:
                - orRules:
                    rules:
                    - urlPath:
                        path:
                          exact: /exact
            principals:
            - andIds:
                ids:
                - any: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 05 19:31:07 UTC 2021
    - 507 bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/DeleteTaskIntegrationTest.groovy

                any(
                    exact(':a:clean', ':a:compileJava'),
                    exact(':b:clean', ':b:compileJava'),
                    exact(':a:compileJava', ':b:compileJava')
                )
            )
    
            when:
            args "--parallel"
            succeeds 'build', 'clean'
    
            then:
            result.assertTaskOrder(
                exact(':a:compileJava', ':b:compileJava'),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/api/resource/math_test.go

    		{0, 2, 0, true},
    
    		// negative scale is undefined behavior
    		{1000, -1, 1000, true},
    	} {
    		result, exact := negativeScaleInt64(test.base, test.scale)
    		if result != test.result {
    			t.Errorf("%v: unexpected result: %d", test, result)
    		}
    		if exact != test.exact {
    			t.Errorf("%v: unexpected exact: %t", test, exact)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 29 20:41:44 UTC 2017
    - 5.1K bytes
    - Viewed (0)
  5. pilot/pkg/security/authz/matcher/string.go

    			Suffix: suffix,
    		},
    	}
    }
    
    // StringMatcherExact create a string matcher for exact matching.
    func StringMatcherExact(exact string, ignoreCase bool) *matcher.StringMatcher {
    	return &matcher.StringMatcher{
    		IgnoreCase: ignoreCase,
    		MatchPattern: &matcher.StringMatcher_Exact{
    			Exact: exact,
    		},
    	}
    }
    
    // StringMatcherWithPrefix creates a string matcher for v with the extra prefix inserted to the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/basic-http.yaml

        - path:
            type: PathPrefix
            value: /bar
        backendRefs:
        - name: my-service1
          port: 8080
      - matches:
        - headers:
          - type: Exact
            name: magic
            value: foo
          queryParams:
          - type: Exact
            name: great
            value: example
          path:
            type: PathPrefix
            value: /some/thing
          method: GET
        backendRefs:
        - name: my-service2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  7. testing/integ-test/src/integTest/groovy/org/gradle/integtests/TaskExecutionIntegrationTest.groovy

                    )
                )
            }
    
            and:
            2.times {
                succeeds 'a', 'b'
                result.assertTasksExecutedInOrder(
                    any(
                        exact(':f', ':h'),
                        exact(':b', ':e'),
                        exact(':f', ':d', any(':b', ':c')),
                        exact(any(':c', ':g'), ':a'),
                    )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/http/allow-path-in.yaml

      namespace: foo
    spec:
      selector:
        matchLabels:
          app: httpbin
          version: v1
      rules:
        - to:
            - operation:
                paths: ["/exact", "/prefix/*", "*/suffix", "*", "/path/template/{*}", "/{**}/path/template"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 454 bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/extended-custom-http-provider-out1.yaml

                        path:
                          exact: /httpbin1
            principals:
            - andIds:
                ids:
                - any: true
          istio-ext-authz-ns[foo]-policy[httpbin-2]-rule[0]:
            permissions:
            - andRules:
                rules:
                - orRules:
                    rules:
                    - urlPath:
                        path:
                          exact: /httpbin2
            principals:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 873 bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/builder/testdata/http/custom-grpc-provider-no-namespace-out1.yaml

                        path:
                          exact: /httpbin1
            principals:
            - andIds:
                ids:
                - any: true
          istio-ext-authz-ns[foo]-policy[httpbin-2]-rule[0]:
            permissions:
            - andRules:
                rules:
                - orRules:
                    rules:
                    - urlPath:
                        path:
                          exact: /httpbin2
            principals:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 15 22:42:30 UTC 2021
    - 873 bytes
    - Viewed (0)
Back to top