Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Mounts (0.15 sec)

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

    		"no capabilities":     {noCaps, false},
    		"no selinux":          {noSELinux, false},
    		"no priv request":     {noPrivRequest, false},
    		"no run as user":      {noRunAsUser, false},
    		"proc mount set":      {procMountSet, true},
    		"proc mount unmasked": {procMountUnmasked, false},
    	}
    	for k, v := range successCases {
    		if errs := ValidateSecurityContext(v.sc, field.NewPath("field"), v.hostUsers); len(errs) != 0 {
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

    "description": "RecursiveReadOnly specifies whether read-only mounts should be handled recursively.\n\nIf ReadOnly is false, this field has no meaning and must be unspecified.\n\nIf ReadOnly is true, and this field is set to Disabled, the mount is not made recursively read-only.  If this field is set to IfPossible, the mount is made recursively read-only, if it is supported by the container runtime.  If this field is set to Enabled, the mount is made recursively read-only if it is supported by the container...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. RELEASE.md

        `SparseDenseCwiseMul`
        ([CVE-2021-29567](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29567))
    *   Fixes a heap out of bounds read in `MaxPoolGradWithArgmax`
        ([CVE-2021-29570](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29570))
    *   Fixes a heap out of bounds read in `RequantizationRange`
        ([CVE-2021-29569](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29569))
    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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Gray16).Bounds", Method, 0},
    		{"(*Gray16).ColorModel", Method, 0},
    		{"(*Gray16).Gray16At", Method, 4},
    		{"(*Gray16).Opaque", Method, 0},
    		{"(*Gray16).PixOffset", Method, 0},
    		{"(*Gray16).RGBA64At", Method, 17},
    		{"(*Gray16).Set", Method, 0},
    		{"(*Gray16).SetGray16", Method, 0},
    		{"(*Gray16).SetRGBA64", Method, 17},
    		{"(*Gray16).SubImage", Method, 0},
    		{"(*NRGBA).At", Method, 0},
    		{"(*NRGBA).Bounds", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      let results = (outs
        Res<TF_NumberTensor, [{Broadcasted sum of `value` and `bias`.}]>:$output
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    
      let hasCanonicalizer = 1;
    }
    
    def TF_BincountOp : TF_Op<"Bincount", [Pure]> {
      let summary = [{
    Counts the number of occurrences of each value in an integer array.
      }];
    
    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