Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for lockers (0.17 sec)

  1. 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)
  2. 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)
  3. 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