Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Blocked (0.2 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
            "properties": {
              "datasetName": {
                "description": "datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    				field: "glusterfs.path",
    			}},
    		},
    		// Flocker
    		{
    			name: "valid Flocker -- datasetUUID",
    			vol: core.Volume{
    				Name: "flocker",
    				VolumeSource: core.VolumeSource{
    					Flocker: &core.FlockerVolumeSource{
    						DatasetUUID: "d846b09d-223d-43df-ab5b-d6db2206a0e4",
    					},
    				},
    			},
    		}, {
    			name: "valid Flocker -- datasetName",
    			vol: core.Volume{
    				Name: "flocker",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. RELEASE.md

                `tf.random.set_seed`). Throws `RuntimeError` from Python or
                `InvalidArgument` from C++
    
    *   TensorFlow-oneDNN no longer supports
        [explicit use of oneDNN blocked tensor format](https://github.com/tensorflow/tensorflow/pull/53288),
        e.g., setting the environment variable `TF_ENABLE_MKL_NATIVE_FORMAT` will
        not have any effect.
    
    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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*RWMutex).RLocker", Method, 0},
    		{"(*RWMutex).RUnlock", Method, 0},
    		{"(*RWMutex).TryLock", Method, 18},
    		{"(*RWMutex).TryRLock", Method, 18},
    		{"(*RWMutex).Unlock", Method, 0},
    		{"(*WaitGroup).Add", Method, 0},
    		{"(*WaitGroup).Done", Method, 0},
    		{"(*WaitGroup).Wait", Method, 0},
    		{"Cond", Type, 0},
    		{"Cond.L", Field, 0},
    		{"Locker", Type, 0},
    		{"Map", Type, 9},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top