Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Primitive (0.21 sec)

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

    		paths.Insert(collectResourcePaths(t, skipRecurseList, tp.Elem(), path.Key("*")).List()...)
    	case reflect.Interface:
    		t.Fatalf("unexpected interface{} field %s", path.String())
    	default:
    		// if we hit a primitive type, we're at a leaf
    		paths.Insert(path.String())
    	}
    	return paths
    }
    
    func TestValidateTLSSecret(t *testing.T) {
    	successCases := map[string]core.Secret{
    		"empty certificate chain": {
    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. RELEASE.md

        *   Make graph name scope thread local so that they work correctly in
            multi-threaded environments.
        *   Update nsync synchronization library to avoid slow primitives on Linux.
        *   Removed need to put nsync/public on C include path when building custom
            ops.
        *   Add `tf.image.psnr`, `tf.image.ssim`, `tf.image.ssim_multiscale`,
    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