mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
docs: typo fix in VolumeAttachments
Fix typo and grammar in comments that get reflected through to the generated documentation, regarding VolumeAttachments' use of PersistentVolumes and PersistentVolumeClaims. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
2
api/openapi-spec/swagger.json
generated
2
api/openapi-spec/swagger.json
generated
@@ -16686,7 +16686,7 @@
|
||||
]
|
||||
},
|
||||
"io.k8s.api.storage.v1.VolumeAttachmentSource": {
|
||||
"description": "VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.",
|
||||
"description": "VolumeAttachmentSource represents a volume that should be attached. Right now only PersistentVolumes can be attached via external attacher, in the future we may allow also inline volumes in pods. Exactly one member can be set.",
|
||||
"properties": {
|
||||
"inlineVolumeSpec": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec",
|
||||
|
||||
@@ -1834,7 +1834,7 @@
|
||||
]
|
||||
},
|
||||
"io.k8s.api.storage.v1.VolumeAttachmentSource": {
|
||||
"description": "VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.",
|
||||
"description": "VolumeAttachmentSource represents a volume that should be attached. Right now only PersistentVolumes can be attached via external attacher, in the future we may allow also inline volumes in pods. Exactly one member can be set.",
|
||||
"properties": {
|
||||
"inlineVolumeSpec": {
|
||||
"allOf": [
|
||||
|
||||
Reference in New Issue
Block a user