Skip to content

Commit

Permalink
Add spec.values.global.platform to IstioCNI (#443)
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lukša <[email protected]>
  • Loading branch information
luksa authored Oct 21, 2024
1 parent 9a048d9 commit 6e8ec77
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
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

0 comments on commit 6e8ec77

Please sign in to comment.