Skip to content

Commit 6e8ec77

Browse files
authored
Add spec.values.global.platform to IstioCNI (openshift-service-mesh#443)
Signed-off-by: Marko Lukša <[email protected]>
1 parent 9a048d9 commit 6e8ec77

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

api/v1alpha1/values_types.gen.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/manifests/sailoperator.io_istiocnis.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,6 +1393,12 @@ spec:
13931393
If empty, default scope and level will be used as configured in code
13941394
type: string
13951395
type: object
1396+
platform:
1397+
description: |-
1398+
Platform in which Istio is deployed. Possible values are: "openshift" and "gcp"
1399+
An empty value means it is a vanilla Kubernetes distribution, therefore no special
1400+
treatment will be considered.
1401+
type: string
13961402
tag:
13971403
description: Specifies the tag for the Istio docker images.
13981404
type: string

chart/crds/sailoperator.io_istiocnis.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,6 +1393,12 @@ spec:
13931393
If empty, default scope and level will be used as configured in code
13941394
type: string
13951395
type: object
1396+
platform:
1397+
description: |-
1398+
Platform in which Istio is deployed. Possible values are: "openshift" and "gcp"
1399+
An empty value means it is a vanilla Kubernetes distribution, therefore no special
1400+
treatment will be considered.
1401+
type: string
13961402
tag:
13971403
description: Specifies the tag for the Istio docker images.
13981404
type: string

docs/api-reference/sailoperator.io.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ _Appears in:_
139139
| `logging` _[GlobalLoggingConfig](#globalloggingconfig)_ | Specifies the global logging level settings for the Istio control plane components. | | |
140140
| `tag` _string_ | Specifies the tag for the Istio docker images. | | |
141141
| `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. | | |
142+
| `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. | | |
142143

143144

144145
#### CNIRepairConfig

hack/api_transformer/transform.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ inputFiles:
129129
- ImagePullSecrets
130130
- LogAsJson
131131
- Logging
132+
- Platform
132133
- Tag
133134
- Variant
134135
addComments:

0 commit comments

Comments
 (0)