Skip to content

Commit

Permalink
Update manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 19, 2024
1 parent 4a8a167 commit f2e5f6b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apis/ui/v1alpha1/openapi_generated.go

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

3 changes: 3 additions & 0 deletions crds/ui.k8s.appscode.com_features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ spec:
description: Description specifies a short description of the service
this feature provides.
type: string
disabled:
description: Disabled specify whether this feature set is disabled.
type: boolean
featureBlock:
description: FeatureBlock specifies the ui block name of this feature.
type: string
Expand Down
3 changes: 3 additions & 0 deletions crds/ui.k8s.appscode.com_featuresets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ spec:
description: Description specifies a short description of the services
this feature set provides.
type: string
disabled:
description: Disabled specify whether this feature set is disabled.
type: boolean
icons:
description: Icons is an optional list of icons for an application.
Icon information includes the source, size, and mime type. These
Expand Down

0 comments on commit f2e5f6b

Please sign in to comment.