Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for volumeNames (0.22 sec)

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

    		},
    		VolumeName: "volume",
    	})
    	invalidClaimVolumeModeNil := testVolumeClaim("foo", "ns", core.PersistentVolumeClaimSpec{
    		AccessModes: []core.PersistentVolumeAccessMode{
    			core.ReadWriteOnce,
    		},
    		VolumeMode: nil,
    		Resources: core.VolumeResourceRequirements{
    			Requests: core.ResourceList{
    				core.ResourceName(core.ResourceStorage): resource.MustParse("10G"),
    			},
    		},
    		VolumeName: "volume",
    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

                "type": "string"
              },
              "volumeName": {
                "description": "volumeName is the binding reference to the PersistentVolume backing this claim.",
                "type": "string"
              }
            },
            "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)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Match", Func, 0},
    		{"Rel", Func, 0},
    		{"Separator", Const, 0},
    		{"SkipAll", Var, 20},
    		{"SkipDir", Var, 0},
    		{"Split", Func, 0},
    		{"SplitList", Func, 0},
    		{"ToSlash", Func, 0},
    		{"VolumeName", Func, 0},
    		{"Walk", Func, 0},
    		{"WalkDir", Func, 16},
    		{"WalkFunc", Type, 0},
    	},
    	"plugin": {
    		{"(*Plugin).Lookup", Method, 8},
    		{"Open", Func, 8},
    		{"Plugin", Type, 8},
    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