mirror of
https://github.com/kubernetes/client-go.git
synced 2025-08-09 11:17:32 +00:00
Use +default for now deprecated RBD volume
THis leaves us less hand-written code and a better schema. Kubernetes-commit: 03f0110b953a171bfc985fc65a40ffe6820a6007
This commit is contained in:
parent
b043b561b4
commit
64e74f9623
@ -7262,6 +7262,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
- name: keyring
|
- name: keyring
|
||||||
type:
|
type:
|
||||||
scalar: string
|
scalar: string
|
||||||
|
default: /etc/ceph/keyring
|
||||||
- name: monitors
|
- name: monitors
|
||||||
type:
|
type:
|
||||||
list:
|
list:
|
||||||
@ -7271,6 +7272,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
- name: pool
|
- name: pool
|
||||||
type:
|
type:
|
||||||
scalar: string
|
scalar: string
|
||||||
|
default: rbd
|
||||||
- name: readOnly
|
- name: readOnly
|
||||||
type:
|
type:
|
||||||
scalar: boolean
|
scalar: boolean
|
||||||
@ -7280,6 +7282,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
- name: user
|
- name: user
|
||||||
type:
|
type:
|
||||||
scalar: string
|
scalar: string
|
||||||
|
default: admin
|
||||||
- name: io.k8s.api.core.v1.RBDVolumeSource
|
- name: io.k8s.api.core.v1.RBDVolumeSource
|
||||||
map:
|
map:
|
||||||
fields:
|
fields:
|
||||||
@ -7293,6 +7296,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
- name: keyring
|
- name: keyring
|
||||||
type:
|
type:
|
||||||
scalar: string
|
scalar: string
|
||||||
|
default: /etc/ceph/keyring
|
||||||
- name: monitors
|
- name: monitors
|
||||||
type:
|
type:
|
||||||
list:
|
list:
|
||||||
@ -7302,6 +7306,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
- name: pool
|
- name: pool
|
||||||
type:
|
type:
|
||||||
scalar: string
|
scalar: string
|
||||||
|
default: rbd
|
||||||
- name: readOnly
|
- name: readOnly
|
||||||
type:
|
type:
|
||||||
scalar: boolean
|
scalar: boolean
|
||||||
@ -7311,6 +7316,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
- name: user
|
- name: user
|
||||||
type:
|
type:
|
||||||
scalar: string
|
scalar: string
|
||||||
|
default: admin
|
||||||
- name: io.k8s.api.core.v1.ReplicationController
|
- name: io.k8s.api.core.v1.ReplicationController
|
||||||
map:
|
map:
|
||||||
fields:
|
fields:
|
||||||
|
Loading…
Reference in New Issue
Block a user