Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for setOp (0.18 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - Remove ready file and its directory (which is created during volume SetUp) during emptyDir volume TearDown. ([#95770](https://github.com/kubernetes/kubernetes/pull/95770), [@jingxu97](https://github.com/jingxu97)) [SIG Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. RELEASE.md

    # Release 2.9.1
    
    Add an upper bound for `protobuf` in `setup.py` since `protobuf` after version 3.20 is currently incompatible with TensorFlow. See https://github.com/tensorflow/tensorflow/issues/53234, https://github.com/protocolbuffers/protobuf/issues/9954 and https://github.com/tensorflow/tensorflow/issues/56077.
    
    # Release 2.8.2
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.runtime.RawExtension"
                  }
                ],
                "description": "VendorParameters are arbitrary setup parameters for all requests of the claim. They are ignored while allocating the claim."
              }
            },
            "type": "object"
          },
          "io.k8s.api.resource.v1alpha2.NamedResourcesAllocationResult": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "items": {
                  "allOf": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    			},
    			SELinuxOptions: &core.SELinuxOptions{
    				User:  "user",
    				Role:  "role",
    				Type:  "type",
    				Level: "level",
    			},
    			RunAsUser: &runAsUser,
    		}
    	}
    
    	// setup data
    	allSettings := fullValidSC()
    	noCaps := fullValidSC()
    	noCaps.Capabilities = nil
    
    	noSELinux := fullValidSC()
    	noSELinux.SELinuxOptions = nil
    
    	noPrivRequest := fullValidSC()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let description = [{
    result is one logical checkpoint, with one physical metadata file and renamed
    data files.
    
    Intended for "grouping" multiple checkpoints in a sharded checkpoint setup.
    
    If delete_old_dirs is true, attempts to delete recursively the dirname of each
    path in the input checkpoint_prefixes.  This is useful when those paths are non
    user-facing temporary locations.
    
    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