Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for registry_ (0.14 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "boolean"
              },
              "registry": {
                "default": "",
                "description": "registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes",
                "type": "string"
              },
              "tenant": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

              },
              "finalizers": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    					Quobyte: &core.QuobyteVolumeSource{
    						Registry: "registry:7861",
    						Volume:   "/test",
    						Tenant:   "",
    					},
    				},
    			},
    		}, {
    			name: "too long tenant quobyte",
    			vol: core.Volume{
    				Name: "quobyte",
    				VolumeSource: core.VolumeSource{
    					Quobyte: &core.QuobyteVolumeSource{
    						Registry: "registry:7861",
    						Volume:   "/test",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top