Record
io-k8s-api-core-v1-rbd-volume-source
No description available.
record io-k8s-api-core-v1-rbd-volume-source {
fs-type: option<string>,
image: string,
keyring: option<string>,
monitors: list<string>,
pool: option<string>,
read-only: option<bool>,
secret-ref: option<io-k8s-api-core-v1-local-object-reference>,
user: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| fs-type | option<string> | |
| image | string | |
| keyring | option<string> | |
| monitors | list<string> | |
| pool | option<string> | |
| read-only | option<bool> | |
| secret-ref | option<io-k8s-api-core-v1-local-object-reference> | |
| user | option<string> |