Skip to content

Commit ebf66b3

Browse files
enxebreclaude
andcommitted
fix(api): regenerate hostedcontrolplanes CRD manifests
Run `make api` to sync the generated CRD manifests for hostedcontrolplanes after the pullSecret godoc update in hostedcluster_types.go. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fea1802 commit ebf66b3

2 files changed

Lines changed: 4 additions & 16 deletions

File tree

api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/NetworkDiagnosticsConfig.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5383,14 +5383,8 @@ spec:
53835383
- type
53845384
type: object
53855385
pullSecret:
5386-
description: |-
5387-
pullSecret is a local reference to a Secret that must have a ".dockerconfigjson" key whose content must be a valid Openshift pull secret JSON.
5388-
If the reference is set but none of the above requirements are met, the HostedCluster will enter a degraded state.
5389-
This pull secret is included in NodePool ignition/bootstrap payloads and applied to the container runtime when nodes provision.
5390-
Changing this value will trigger a rollout for all existing NodePools in the cluster (for both replace and inplace upgrade types).
5391-
Updating the referenced Secret's data in place (without changing this reference) does not trigger that rollout.
5392-
In AWS and Azure NodePools using the Replace upgrade strategy, the Secret's data in place changes
5393-
will still propagate the updated credentials down to the guest cluster and kubelet config.
5386+
description: pullSecret is a reference to a secret containing the
5387+
pull secret for the hosted control plane.
53945388
properties:
53955389
name:
53965390
default: ""

cmd/install/assets/hypershift-operator/zz_generated.crd-manifests/hostedcontrolplanes-Hypershift-Default.crd.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5931,14 +5931,8 @@ spec:
59315931
- type
59325932
type: object
59335933
pullSecret:
5934-
description: |-
5935-
pullSecret is a local reference to a Secret that must have a ".dockerconfigjson" key whose content must be a valid Openshift pull secret JSON.
5936-
If the reference is set but none of the above requirements are met, the HostedCluster will enter a degraded state.
5937-
This pull secret is included in NodePool ignition/bootstrap payloads and applied to the container runtime when nodes provision.
5938-
Changing this value will trigger a rollout for all existing NodePools in the cluster (for both replace and inplace upgrade types).
5939-
Updating the referenced Secret's data in place (without changing this reference) does not trigger that rollout.
5940-
In AWS and Azure NodePools using the Replace upgrade strategy, the Secret's data in place changes
5941-
will still propagate the updated credentials down to the guest cluster and kubelet config.
5934+
description: pullSecret is a reference to a secret containing the
5935+
pull secret for the hosted control plane.
59425936
properties:
59435937
name:
59445938
default: ""

0 commit comments

Comments
 (0)