Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for notified (0.2 sec)

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

    the status of the ControllerModifyVolume operation. It can be in any of following states:\n - Pending\n   Pending indicates that the PersistentVolumeClaim cannot be modified due to unmet requirements, such as\n   the specified VolumeAttributesClass not existing.\n - InProgress\n   InProgress indicates that the volume is being modified.\n - Infeasible\n  Infeasible indicates that the request has been rejected as invalid by the CSI driver. To\n\t  resolve the error, a valid VolumeAttributesClass needs...
    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. pkg/apis/core/validation/validation_test.go

    		}
    		if diff := cmp.Diff(originalNewPV, scenario.newPV); len(diff) > 0 {
    			t.Errorf("newPV was modified: %s", diff)
    		}
    		if diff := cmp.Diff(originalOldPV, scenario.oldPV); len(diff) > 0 {
    			t.Errorf("oldPV was modified: %s", diff)
    		}
    	}
    }
    
    func TestValidatePeristentVolumeAttributesClassUpdate(t *testing.T) {
    	scenarios := map[string]struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. RELEASE.md

            `axis` args.
        *   Update `tf.map_fn` to support RaggedTensors and SparseTensors.
        *   Deprecate `tf.group`. It is not useful in eager mode.
        *   Add CPU and GPU implementation of modified variation of
            [`FTRL`](https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/raw_ops/ApplyFtrl)/[`FTRLV2`](https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/raw_ops/ApplyFtrlV2)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Holds state in the form of a tensor that persists across steps.
      }];
    
      let description = [{
    Outputs a ref to the tensor state so it may be read or modified.
    TODO(zhifengc/mrry): Adds a pointer to a more detail document
    about sharing states in tensorflow.
      }];
    
      let arguments = (ins
        TF_ShapeAttr:$shape,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top