Use +default for now deprecated RBD volume
THis leaves us less hand-written code and a better schema.
This commit is contained in:
@@ -6206,6 +6206,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"keyring": {
|
||||
"default": "/etc/ceph/keyring",
|
||||
"description": "keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -6219,6 +6220,7 @@
|
||||
"x-kubernetes-list-type": "atomic"
|
||||
},
|
||||
"pool": {
|
||||
"default": "rbd",
|
||||
"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"
|
||||
},
|
||||
@@ -6235,6 +6237,7 @@
|
||||
"description": "secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it"
|
||||
},
|
||||
"user": {
|
||||
"default": "admin",
|
||||
"description": "user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it",
|
||||
"type": "string"
|
||||
}
|
||||
@@ -6258,6 +6261,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"keyring": {
|
||||
"default": "/etc/ceph/keyring",
|
||||
"description": "keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -6271,6 +6275,7 @@
|
||||
"x-kubernetes-list-type": "atomic"
|
||||
},
|
||||
"pool": {
|
||||
"default": "rbd",
|
||||
"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"
|
||||
},
|
||||
@@ -6287,6 +6292,7 @@
|
||||
"description": "secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it"
|
||||
},
|
||||
"user": {
|
||||
"default": "admin",
|
||||
"description": "user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it",
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -4247,6 +4247,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"keyring": {
|
||||
"default": "/etc/ceph/keyring",
|
||||
"description": "keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -4260,6 +4261,7 @@
|
||||
"x-kubernetes-list-type": "atomic"
|
||||
},
|
||||
"pool": {
|
||||
"default": "rbd",
|
||||
"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"
|
||||
},
|
||||
@@ -4276,6 +4278,7 @@
|
||||
"description": "secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it"
|
||||
},
|
||||
"user": {
|
||||
"default": "admin",
|
||||
"description": "user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it",
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -3451,6 +3451,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"keyring": {
|
||||
"default": "/etc/ceph/keyring",
|
||||
"description": "keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -3464,6 +3465,7 @@
|
||||
"x-kubernetes-list-type": "atomic"
|
||||
},
|
||||
"pool": {
|
||||
"default": "rbd",
|
||||
"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"
|
||||
},
|
||||
@@ -3480,6 +3482,7 @@
|
||||
"description": "secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it"
|
||||
},
|
||||
"user": {
|
||||
"default": "admin",
|
||||
"description": "user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it",
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -961,6 +961,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"keyring": {
|
||||
"default": "/etc/ceph/keyring",
|
||||
"description": "keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -974,6 +975,7 @@
|
||||
"x-kubernetes-list-type": "atomic"
|
||||
},
|
||||
"pool": {
|
||||
"default": "rbd",
|
||||
"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"
|
||||
},
|
||||
@@ -990,6 +992,7 @@
|
||||
"description": "secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it"
|
||||
},
|
||||
"user": {
|
||||
"default": "admin",
|
||||
"description": "user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it",
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user