Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for expectGet (0.28 sec)

  1. pkg/apis/core/validation/validation_test.go

    	if len(errs) != 2 {
    		t.Errorf("expected 2 validation errors. Got: %v", errs)
    	} else {
    		if got, expected := errs[0].Error(), "foo"; !strings.Contains(got, expected) {
    			t.Errorf("unexpected errors: expected=%q, got=%q", expected, got)
    		}
    		if got, expected := errs[1].Error(), "foo"; !strings.Contains(got, expected) {
    			t.Errorf("unexpected errors: expected=%q, got=%q", expected, got)
    		}
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                        fromCookies:
                          description: List of cookie names from which JWT is expected.
                          items:
                            type: string
                          type: array
                        fromHeaders:
                          description: List of header locations from which JWT is expected.
                          items:
                            properties:
                              name:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                          description: List of cookie names from which JWT is expected.
                          items:
                            minLength: 1
                            type: string
                          type: array
                        fromHeaders:
                          description: List of header locations from which JWT is expected.
                          items:
                            properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                  reason contains a programmatic identifier indicating the reason for the condition's last transition.
                                  Producers of specific condition types may define expected values and meanings for this field,
                                  and whether the values are considered a guaranteed API.
                                  The value should be a CamelCase string.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

                                          tf.constant(0, dtype=dtype))]
    
      expected = tf.constant([0, 0, 0, 0], dtype=tf.float32)
      tf.assert_equal(tf.cast(not_a_and_a, tf.float32), expected)
    
      expected = tf.cast([not_0] * 4, tf.float32)
      tf.assert_equal(tf.cast(not_a_or_a, tf.float32), expected)
    
      # For unsigned dtypes let's also check the result directly.
      if dtype.is_unsigned:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. RELEASE.md

            such as `tf.tensor_scatter_nd_update`, on CPU (with significant
            performance penalty).
        *   Add determinism-unimplemented exception-throwing to the following ops.
            When op-determinism is expected (i.e. after
            `tf.config.experimental.enable_op_determinism` has been called), an
            attempt to use the specified paths through the following ops on a GPU
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "kind": {
                "description": "kind expected values are Shared: multiple blob disks per storage account  Dedicated: single blob disk per storage account  Managed: azure managed data disk (only in managed availability set). defaults to shared",
                "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.19.md

    - Fix handling of aws-load-balancer-security-groups annotation. Security-Groups assigned with this annotation are no longer modified by kubernetes which is the expected behaviour of most users. Also no unnecessary Security-Groups are created anymore if this annotation is used. ([#83446](https://github.com/kubernetes/kubernetes/pull/83446), [@Elias481](https://github.com/Elias481)) [SIG Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  9. src/testdata/Isaac.Newton-Opticks.txt

    Books, beside some others less necessary to the Argument; and by the
    successes I met with in the Trials, I dare promise, that to him who
    shall argue truly, and then try all things with good Glasses and
    sufficient Circumspection, the expected Event will not be wanting. But
    he is first to know what Colours will arise from any others mix'd in any
    assigned Proportion.
    
    
    _PROP._ IV. THEOR. III.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top