Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for GOT (0.14 sec)

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

    		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. CHANGELOG/CHANGELOG-1.19.md

    - Fixed a bug in kubelet that will saturate CPU utilization after containerd got restarted. ([#97176](https://github.com/kubernetes/kubernetes/pull/97176), [@hanlins](https://github.com/hanlins)) [SIG Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. RELEASE.md

        *   Add userspace DNS caching for the GCS client.
        *   Customize request timeouts for the GCS filesystem.
        *   Improve GCS filesystem caching.
    *   Bug Fixes:
        *   Fix bug where partitioned integer variables got their wrong shapes.
            Before
        *   Fix correctness bug in CPU and GPU implementations of Adadelta.
        *   Fix a bug in `import_meta_graph`'s handling of partitioned variables
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top