Skip to content

Commit

Permalink
Add platform-links to AceOptionsSpec (#203)
Browse files Browse the repository at this point in the history
Signed-off-by: Masudur Rahman <[email protected]>
  • Loading branch information
masudur-rahman authored Sep 4, 2023
1 parent 56fa3d9 commit 36202c5
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions apis/installer/v1alpha1/ace_options_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ type AceOptionsSpec struct {
KubedbUi AceOptionsComponentSpec `json:"kubedb-ui"`
MarketplaceUi AceOptionsComponentSpec `json:"marketplace-ui"`
PlatformApi AceOptionsComponentSpec `json:"platform-api"`
PlatformLinks AceOptionsComponentSpec `json:"platform-links"`
Ingress AceOptionsIngressNginx `json:"ingress"`
Nats AceOptionsNatsSettings `json:"nats"`
Trickster AceOptionsComponentSpec `json:"trickster"`
Expand Down
1 change: 1 addition & 0 deletions apis/installer/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions schema/ace-options/values.openapiv3_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,43 @@ properties:
required:
- enabled
type: object
platform-links:
properties:
enabled:
type: boolean
nodeSelector:
additionalProperties:
type: string
type: object
resources:
description: ResourceRequirements describes the compute resource requirements.
properties:
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Limits describes the maximum amount of compute resources
allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Requests describes the minimum amount of compute resources
required. If Requests is omitted for a container, it defaults to Limits
if that is explicitly specified, otherwise to an implementation-defined
value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
type: object
required:
- enabled
type: object
platform-ui:
properties:
enabled:
Expand Down Expand Up @@ -1080,6 +1117,7 @@ required:
- monitoring
- nats
- platform-api
- platform-links
- platform-ui
- registry
- release
Expand Down

0 comments on commit 36202c5

Please sign in to comment.