Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CRD schema for auto_enable in graph options #665

Merged
merged 5 commits into from
Jul 3, 2023
Merged
Changes from 1 commit
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
6 changes: 6 additions & 0 deletions crd-docs/crd/kiali.io_kialis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,9 @@ spec:
expression:
description: "The find expression."
type: string
auto_enable:
description: "Enabled option by default"
type: boolean
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alphabetize the list, please :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. Thanks for the review, @jmazzitelli !

hide_options:
description: "A list of commonly used and useful hide expressions that will be provided to the user out-of-box."
type: array
Expand All @@ -1069,6 +1072,9 @@ spec:
expression:
type: string
description: "The hide expression."
auto_enable:
description: "Enabled option by default"
type: boolean
traffic:
description: "These settings determine which rates are used to determine graph traffic."
type: object
Expand Down