Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for rbd (0.07 sec)

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

    			}},
    		},
    		// RBD
    		{
    			name: "valid RBD",
    			vol: core.Volume{
    				Name: "rbd",
    				VolumeSource: core.VolumeSource{
    					RBD: &core.RBDVolumeSource{
    						CephMonitors: []string{"foo"},
    						RBDImage:     "bar",
    						FSType:       "ext4",
    					},
    				},
    			},
    		}, {
    			name: "empty rbd monitors",
    			vol: core.Volume{
    				Name: "rbd",
    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": "pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it",
                "type": "string"
              },
              "readOnly": {
                "description": "readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it",
                "type": "boolean"
              },
    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. CHANGELOG/CHANGELOG-1.19.md

    ### Other (Cleanup or Flake)
    
    - Masks ceph RBD adminSecrets in logs when logLevel >= 4 ([#95245](https://github.com/kubernetes/kubernetes/pull/95245), [@sfowl](https://github.com/sfowl)) [SIG Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top