Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for expect2 (0.27 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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                          minimum: 1
                          type: integer
                        protocol:
                          description: |-
                            Protocol specifies the network protocol this listener expects to receive.
    
    
                            Support: Core
                          maxLength: 255
                          minLength: 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/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.7K bytes
    - Viewed (0)
  4. RELEASE.md

        use more than 4GB of temp memory. This results in garbage results and/or
        `CUDA_ERROR_ILLEGAL_ADDRESS` failures.
    
        A fix in CUDA 9.1.121 is expected in late February 2018. We do not expect a
        fix for CUDA 9.0.x. Until the fix is available, the only workaround is to
        [downgrade](https://developer.nvidia.com/cuda-toolkit-archive) to CUDA 8.0.x
        or disable XLA: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)
  5. 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)
  6. 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)
  7. 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)
  8. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "required": [
              "name"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.19.md

    - Sync LB backend nodes for Service `Type=LoadBalancer` on Add/Delete node events. ([#81185](https://github.com/kubernetes/kubernetes/pull/81185), [@andrewsykim](https://github.com/andrewsykim))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  10. src/testdata/Isaac.Newton-Opticks.txt

    will exceed the Light reflected by the red Lead in a much greater
    Proportion. And the like happens in Powders of other Colours. And
    therefore by mixing such Powders, we are not to expect a strong and
    full White, such as is that of Paper, but some dusky obscure one, such
    as might arise from a Mixture of Light and Darkness, or from white and
    black, that is, a grey, or dun, or russet brown, such as are the Colours
    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