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

Add spec.values.global.platform to IstioCNI #443

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions api/v1alpha1/values_types.gen.go

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

5 changes: 5 additions & 0 deletions api/v1alpha1/zz_generated.deepcopy.go

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

6 changes: 6 additions & 0 deletions bundle/manifests/sailoperator.io_istiocnis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,12 @@ spec:
If empty, default scope and level will be used as configured in code
type: string
type: object
platform:
description: |-
Platform in which Istio is deployed. Possible values are: "openshift" and "gcp"
An empty value means it is a vanilla Kubernetes distribution, therefore no special
treatment will be considered.
type: string
tag:
description: Specifies the tag for the Istio docker images.
type: string
Expand Down
6 changes: 6 additions & 0 deletions chart/crds/sailoperator.io_istiocnis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,12 @@ spec:
If empty, default scope and level will be used as configured in code
type: string
type: object
platform:
description: |-
Platform in which Istio is deployed. Possible values are: "openshift" and "gcp"
An empty value means it is a vanilla Kubernetes distribution, therefore no special
treatment will be considered.
type: string
tag:
description: Specifies the tag for the Istio docker images.
type: string
Expand Down
1 change: 1 addition & 0 deletions docs/api-reference/sailoperator.io.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ _Appears in:_
| `logging` _[GlobalLoggingConfig](#globalloggingconfig)_ | Specifies the global logging level settings for the Istio control plane components. | | |
| `tag` _string_ | Specifies the tag for the Istio docker images. | | |
| `variant` _string_ | The variant of the Istio container images to use. Options are "debug" or "distroless". Unset will use the default for the given version. | | |
| `platform` _string_ | Platform in which Istio is deployed. Possible values are: "openshift" and "gcp" An empty value means it is a vanilla Kubernetes distribution, therefore no special treatment will be considered. | | |


#### CNIRepairConfig
Expand Down
1 change: 1 addition & 0 deletions hack/api_transformer/transform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ inputFiles:
- ImagePullSecrets
- LogAsJson
- Logging
- Platform
- Tag
- Variant
addComments:
Expand Down