Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Unshare (0.19 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"UnixCredentials", Func, 0},
    		{"UnixRights", Func, 0},
    		{"Unlink", Func, 0},
    		{"Unlinkat", Func, 0},
    		{"UnmapViewOfFile", Func, 0},
    		{"Unmount", Func, 0},
    		{"Unsetenv", Func, 4},
    		{"Unshare", Func, 0},
    		{"UserInfo10", Type, 0},
    		{"UserInfo10.Comment", Field, 0},
    		{"UserInfo10.FullName", Field, 0},
    		{"UserInfo10.Name", Field, 0},
    		{"UserInfo10.UsrComment", Field, 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)
  2. pkg/apis/core/validation/validation_test.go

    						SecretName: "key",
    						ShareName:  "share",
    						ReadOnly:   false,
    					},
    				},
    			},
    		}, {
    			name: "AzureFile empty secret",
    			vol: core.Volume{
    				Name: "azure-file",
    				VolumeSource: core.VolumeSource{
    					AzureFile: &core.AzureFileVolumeSource{
    						SecretName: "",
    						ShareName:  "share",
    						ReadOnly:   false,
    					},
    				},
    			},
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "shareName": {
                "default": "",
                "description": "shareName is the azure share Name",
                "type": "string"
              }
            },
            "required": [
              "secretName",
              "shareName"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                      "Distinct" Listeners have the following property:
    
    
                      The implementation can match inbound requests to a single distinct
                      Listener. When multiple Listeners share values for fields (for
                      example, two Listeners with the same Port value), the implementation
                      can match requests to only one of the Listeners using other
                      Listener fields.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "description": "Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<Variadic<TF_Float32Tensor>, [{A TensorList of float32 scalars, one for each dynamic learning
    rate tag: see the comments in
    //third_party/tensorflow/core/protobuf/tpu/optimization_parameters.proto.
    Multiple tables can share the same dynamic learning rate tag as specified
    in the configuration. If the learning rates for all tables are constant,
    this list should be empty.}]>:$learning_rates,
    
        StrAttr:$config
      );
    
    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