Skip to content

Commit 1eaa4e6

Browse files
Update ScalityUI CRDs to include new fields and improve schema documentation
1 parent 3f8efa9 commit 1eaa4e6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

config/crd/bases/ui.scality.com_scalityuicomponentexposers.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,19 @@ spec:
4141
description: ScalityUIComponentExposerSpec defines the desired state of
4242
ScalityUIComponentExposer
4343
properties:
44-
scality-ui:
44+
appHistoryPath:
45+
type: string
46+
scalityUI:
4547
description: |-
4648
INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
4749
Important: Run "make" to regenerate code after modifying this file
4850
type: string
49-
scality-ui-component:
51+
scalityUIComponent:
5052
type: string
5153
required:
52-
- scality-ui
53-
- scality-ui-component
54+
- appHistoryPath
55+
- scalityUI
56+
- scalityUIComponent
5457
type: object
5558
status:
5659
description: ScalityUIComponentExposerStatus defines the observed state

0 commit comments

Comments
 (0)