Skip to content

Commit dc3de54

Browse files
carboninopenshift-merge-bot[bot]
authored andcommitted
Adds new changes to generated files from hive update
1 parent 664497b commit dc3de54

3 files changed

Lines changed: 61 additions & 9 deletions

File tree

bundle/manifests/extensions.hive.openshift.io_imageclusterinstalls.yaml

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,27 @@ spec:
152152
during installation and used for tagging/naming resources in
153153
cloud providers.
154154
type: string
155+
metadataJSONSecretRef:
156+
description: |-
157+
MetadataJSONSecretRef references the secret containing the metadata.json emitted by the
158+
installer, potentially scrubbed for sensitive data.
159+
properties:
160+
name:
161+
default: ""
162+
description: |-
163+
Name of the referent.
164+
This field is effectively required, but due to backwards compatibility is
165+
allowed to be empty. Instances of this type with an empty value here are
166+
almost certainly wrong.
167+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
168+
type: string
169+
type: object
170+
x-kubernetes-map-type: atomic
155171
platform:
156-
description: Platform holds platform-specific cluster metadata
172+
description: |-
173+
Platform holds platform-specific cluster metadata.
174+
Deprecated. Use the Secret referenced by MetadataJSONSecretRef instead. We may stop
175+
populating this section in the future.
157176
properties:
158177
aws:
159178
description: AWS holds AWS-specific cluster metadata
@@ -162,14 +181,18 @@ spec:
162181
description: |-
163182
HostedZoneRole is the role to assume when performing operations
164183
on a hosted zone owned by another account.
184+
Deprecated. Use the Secret referenced by ClusterMetadata.MetadataJSONSecretRef instead. We
185+
may stop populating this section in the future.
165186
type: string
166187
type: object
167188
azure:
168189
description: Azure holds azure-specific cluster metadata
169190
properties:
170191
resourceGroupName:
171-
description: ResourceGroupName is the name of the resource
172-
group in which the cluster resources were created.
192+
description: |-
193+
ResourceGroupName is the name of the resource group in which the cluster resources were created.
194+
Deprecated. Use the Secret referenced by ClusterMetadata.MetadataJSONSecretRef instead. We
195+
may stop populating this section in the future.
173196
type: string
174197
required:
175198
- resourceGroupName
@@ -178,7 +201,10 @@ spec:
178201
description: GCP holds GCP-specific cluster metadata
179202
properties:
180203
networkProjectID:
181-
description: NetworkProjectID is used for shared VPC setups
204+
description: |-
205+
NetworkProjectID is used for shared VPC setups
206+
Deprecated. Use the Secret referenced by ClusterMetadata.MetadataJSONSecretRef instead. We
207+
may stop populating this section in the future.
182208
type: string
183209
type: object
184210
type: object

bundle/manifests/image-based-install-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ metadata:
3636
}
3737
]
3838
capabilities: Basic Install
39-
createdAt: "2025-08-26T08:13:06Z"
39+
createdAt: "2026-01-07T19:57:51Z"
4040
operators.operatorframework.io/builder: operator-sdk-v1.30.0
4141
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
4242
name: image-based-install-operator.v0.0.1

config/crd/bases/extensions.hive.openshift.io_imageclusterinstalls.yaml

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,27 @@ spec:
150150
during installation and used for tagging/naming resources in
151151
cloud providers.
152152
type: string
153+
metadataJSONSecretRef:
154+
description: |-
155+
MetadataJSONSecretRef references the secret containing the metadata.json emitted by the
156+
installer, potentially scrubbed for sensitive data.
157+
properties:
158+
name:
159+
default: ""
160+
description: |-
161+
Name of the referent.
162+
This field is effectively required, but due to backwards compatibility is
163+
allowed to be empty. Instances of this type with an empty value here are
164+
almost certainly wrong.
165+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
166+
type: string
167+
type: object
168+
x-kubernetes-map-type: atomic
153169
platform:
154-
description: Platform holds platform-specific cluster metadata
170+
description: |-
171+
Platform holds platform-specific cluster metadata.
172+
Deprecated. Use the Secret referenced by MetadataJSONSecretRef instead. We may stop
173+
populating this section in the future.
155174
properties:
156175
aws:
157176
description: AWS holds AWS-specific cluster metadata
@@ -160,14 +179,18 @@ spec:
160179
description: |-
161180
HostedZoneRole is the role to assume when performing operations
162181
on a hosted zone owned by another account.
182+
Deprecated. Use the Secret referenced by ClusterMetadata.MetadataJSONSecretRef instead. We
183+
may stop populating this section in the future.
163184
type: string
164185
type: object
165186
azure:
166187
description: Azure holds azure-specific cluster metadata
167188
properties:
168189
resourceGroupName:
169-
description: ResourceGroupName is the name of the resource
170-
group in which the cluster resources were created.
190+
description: |-
191+
ResourceGroupName is the name of the resource group in which the cluster resources were created.
192+
Deprecated. Use the Secret referenced by ClusterMetadata.MetadataJSONSecretRef instead. We
193+
may stop populating this section in the future.
171194
type: string
172195
required:
173196
- resourceGroupName
@@ -176,7 +199,10 @@ spec:
176199
description: GCP holds GCP-specific cluster metadata
177200
properties:
178201
networkProjectID:
179-
description: NetworkProjectID is used for shared VPC setups
202+
description: |-
203+
NetworkProjectID is used for shared VPC setups
204+
Deprecated. Use the Secret referenced by ClusterMetadata.MetadataJSONSecretRef instead. We
205+
may stop populating this section in the future.
180206
type: string
181207
type: object
182208
type: object

0 commit comments

Comments
 (0)