Skip to content

Commit d060988

Browse files
committed
manually set XRD v2alpha1 as the storage version so it will be displayed in API reference
Signed-off-by: Jared Watts <[email protected]>
1 parent 31c766b commit d060988

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/v2.0-preview/api/crds/apiextensions.crossplane.io_compositeresourcedefinitions.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,8 @@ spec:
600600
type: object
601601
type: object
602602
served: true
603-
storage: true
603+
# v1 is actually the storage version, its set to false only here in the docs so v2alpha1 will be displayed
604+
storage: false
604605
subresources:
605606
status: {}
606607
- additionalPrinterColumns:
@@ -1173,6 +1174,7 @@ spec:
11731174
type: object
11741175
type: object
11751176
served: true
1176-
storage: false
1177+
# v2alpha1 is not actually the storage version, but its set to true here in the docs so v2alpha1 will be displayed
1178+
storage: true
11771179
subresources:
11781180
status: {}

0 commit comments

Comments
 (0)