Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ properties:
$ref: "./sources/ExternalVolumeSource.yml"
attachment:
description: Information about the resource the external volume is currently attached to.
$ref: "./attachment/ExternalVolumeAttachment.yml"
oneOf:
- $ref: "./attachment/ExternalVolumeAttachment.yml"
- type: "null"
size:
description: >
Size of the external volume; may be null or omitted if the size has not yet
Expand Down