-
Couldn't load subscription status.
- Fork 68
✨ Promote Single Own Feature Gate AND Config spec in the CR to GA (OPRUN-4098) #2268
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -57,6 +57,45 @@ spec: | |||||
| description: spec is an optional field that defines the desired state | ||||||
| of the ClusterExtension. | ||||||
| properties: | ||||||
| config: | ||||||
| description: |- | ||||||
| config is an optional field used to specify bundle specific configuration | ||||||
| used to configure the bundle. Configuration is bundle specific and a bundle may provide | ||||||
| a configuration schema. When not specified, the default configuration of the resolved bundle will be used. | ||||||
|
|
||||||
| config is validated against a configuration schema provided by the resolved bundle. If the bundle does not provide | ||||||
| a configuration schema the final manifests will be derived on a best-effort basis. More information on how | ||||||
| to configure the bundle should be found in its end-user documentation. | ||||||
| properties: | ||||||
| configType: | ||||||
| description: |- | ||||||
| configType is a required reference to the type of configuration source. | ||||||
|
|
||||||
| Allowed values are "Inline" | ||||||
|
|
||||||
| When this field is set to "Inline", the cluster extension configuration is defined inline within the | ||||||
| ClusterExtension resource. | ||||||
| enum: | ||||||
| - Inline | ||||||
| type: string | ||||||
| inline: | ||||||
| description: |- | ||||||
| inline contains JSON or YAML values specified directly in the | ||||||
| ClusterExtension. | ||||||
|
|
||||||
| inline must be set if configType is 'Inline'. | ||||||
| inline accepts arbitrary JSON/YAML objects. | ||||||
| inline is validation at runtime against the schema provided by the bundle if a schema is provided. | ||||||
|
||||||
| inline is validation at runtime against the schema provided by the bundle if a schema is provided. | |
| inline is validated at runtime against the schema provided by the bundle if a schema is provided. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catcher, but not related. I will do a follow-up to do this fix.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -648,6 +648,45 @@ spec: | |||||
| description: spec is an optional field that defines the desired state | ||||||
| of the ClusterExtension. | ||||||
| properties: | ||||||
| config: | ||||||
| description: |- | ||||||
| config is an optional field used to specify bundle specific configuration | ||||||
| used to configure the bundle. Configuration is bundle specific and a bundle may provide | ||||||
| a configuration schema. When not specified, the default configuration of the resolved bundle will be used. | ||||||
|
|
||||||
| config is validated against a configuration schema provided by the resolved bundle. If the bundle does not provide | ||||||
| a configuration schema the final manifests will be derived on a best-effort basis. More information on how | ||||||
| to configure the bundle should be found in its end-user documentation. | ||||||
| properties: | ||||||
| configType: | ||||||
| description: |- | ||||||
| configType is a required reference to the type of configuration source. | ||||||
|
|
||||||
| Allowed values are "Inline" | ||||||
|
|
||||||
| When this field is set to "Inline", the cluster extension configuration is defined inline within the | ||||||
| ClusterExtension resource. | ||||||
| enum: | ||||||
| - Inline | ||||||
| type: string | ||||||
| inline: | ||||||
| description: |- | ||||||
| inline contains JSON or YAML values specified directly in the | ||||||
| ClusterExtension. | ||||||
|
|
||||||
| inline must be set if configType is 'Inline'. | ||||||
| inline accepts arbitrary JSON/YAML objects. | ||||||
| inline is validation at runtime against the schema provided by the bundle if a schema is provided. | ||||||
|
||||||
| inline is validation at runtime against the schema provided by the bundle if a schema is provided. | |
| inline is validated at runtime against the schema provided by the bundle if a schema is provided. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catcher, but not related. I will do a follow-up to do this fix.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -613,6 +613,45 @@ spec: | |||||
| description: spec is an optional field that defines the desired state | ||||||
| of the ClusterExtension. | ||||||
| properties: | ||||||
| config: | ||||||
| description: |- | ||||||
| config is an optional field used to specify bundle specific configuration | ||||||
| used to configure the bundle. Configuration is bundle specific and a bundle may provide | ||||||
| a configuration schema. When not specified, the default configuration of the resolved bundle will be used. | ||||||
|
|
||||||
| config is validated against a configuration schema provided by the resolved bundle. If the bundle does not provide | ||||||
| a configuration schema the final manifests will be derived on a best-effort basis. More information on how | ||||||
| to configure the bundle should be found in its end-user documentation. | ||||||
| properties: | ||||||
| configType: | ||||||
| description: |- | ||||||
| configType is a required reference to the type of configuration source. | ||||||
|
|
||||||
| Allowed values are "Inline" | ||||||
|
|
||||||
| When this field is set to "Inline", the cluster extension configuration is defined inline within the | ||||||
| ClusterExtension resource. | ||||||
| enum: | ||||||
| - Inline | ||||||
| type: string | ||||||
| inline: | ||||||
| description: |- | ||||||
| inline contains JSON or YAML values specified directly in the | ||||||
| ClusterExtension. | ||||||
|
|
||||||
| inline must be set if configType is 'Inline'. | ||||||
| inline accepts arbitrary JSON/YAML objects. | ||||||
| inline is validation at runtime against the schema provided by the bundle if a schema is provided. | ||||||
|
||||||
| inline is validation at runtime against the schema provided by the bundle if a schema is provided. | |
| inline is validated at runtime against the schema provided by the bundle if a schema is provided. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catcher, but not related. I will do a follow-up to do this fix.
Uh oh!
There was an error while loading. Please reload this page.