Skip to content

feat(pki-operator): enable configurable PKI for cert rotation - #8203

Closed
sanchezl wants to merge 2 commits into
openshift:mainfrom
sanchezl:configurable-pki
Closed

feat(pki-operator): enable configurable PKI for cert rotation#8203
sanchezl wants to merge 2 commits into
openshift:mainfrom
sanchezl:configurable-pki

Conversation

@sanchezl

@sanchezl sanchezl commented Apr 10, 2026

Copy link
Copy Markdown

Summary

  • Bump openshift/library-go, openshift/api, openshift/client-go to latest master for configurable PKI support (pkg/pki, CertificateName, PKIProfileProvider fields on cert rotation structs)
  • Also bump karpenter fork for k8s 0.35.x compatibility
  • Fix compilation errors from upstream API changes (MustBaseEnvSet signature, ClusterImagePolicy moved to v1)
  • Set CertificateName on all 4 cert rotation structs in control-plane-pki-operator with nil PKIProfileProvider (preserving legacy RSA-2048 behavior)

Details

Certificate names assigned:

Name Type
control-plane-pki.customer-admin-signer signer
control-plane-pki.customer-admin-client client
control-plane-pki.sre-admin-signer signer
control-plane-pki.sre-admin-client client

Follow-up work needed to fully wire the PKIProfileProvider:

  • Add feature gate infrastructure for ConfigurablePKI
  • Add RBAC (ClusterRole) for config.openshift.io/v1alpha1 PKI CR access
  • Create config informer factory and wire PKIProfileProvider

Test plan

  • go build ./... passes
  • go vet ./... passes
  • go test ./control-plane-pki-operator/... passes
  • CI verification

Summary by CodeRabbit

  • New Features

    • Added TLSAdherence feature-gate support for hosted clusters and hosted control planes.
  • Chores

    • Bumped the Go toolchain and refreshed Kubernetes-, OpenAPI-, and related dependencies across the project to keep compatibility with upstream updates and remove/replace obsolete indirect requirements.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@coderabbitai

coderabbitai Bot commented Apr 10, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

This pull request updates Go module dependency versions in api/go.mod, bumping Go to 1.25.6 and advancing multiple Kubernetes, OpenAPI, and related libraries (e.g., github.com/openshift/api, k8s.io/api, k8s.io/apimachinery, k8s.io/* components, sigs.k8s.io/structured-merge-diff/v6, and others). It also updates the generated HyperShift CRD feature-gate manifest to add the TLSAdherence feature gate to hostedclusters.hypershift.openshift.io and hostedcontrolplanes.hypershift.openshift.io.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci
openshift-ci Bot requested review from bryan-cox and csrwng April 10, 2026 17:36
@openshift-ci openshift-ci Bot added area/api Indicates the PR includes changes for the API area/ci-tooling Indicates the PR includes changes for CI or tooling area/control-plane-operator Indicates the PR includes changes for the control plane operator - in an OCP release area/control-plane-pki-operator Indicates the PR includes changes for the control plane PKI operator - in an OCP release area/hypershift-operator Indicates the PR includes changes for the hypershift operator and API - outside an OCP release and removed do-not-merge/needs-area labels Apr 10, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@api/go.mod`:
- Around line 8-9: The Kubernetes staging modules are pinned to mixed patch
versions; update the module version pins so all k8s.io/* entries use the same
patch (e.g., set k8s.io/cloud-provider, k8s.io/component-helpers, and
k8s.io/csi-translation-lib to v0.35.1 to match k8s.io/api and
k8s.io/apimachinery) and then run dependency cleanup (go mod tidy) to ensure the
go.mod/go.sum reflect the unified version; target the single patch line items:
k8s.io/api, k8s.io/apimachinery, k8s.io/cloud-provider,
k8s.io/component-helpers, k8s.io/csi-translation-lib.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 638dc6e9-8517-4a9a-836f-c925fefd1c8c

📥 Commits

Reviewing files that changed from the base of the PR and between eb064c3 and eeaf64a.

⛔ Files ignored due to path filters (298)
  • api/go.sum is excluded by !**/*.sum
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/AAA_ungated.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/AutoNodeKarpenter.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ClusterUpdateAcceptRisks.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ClusterVersionOperatorConfiguration.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ExternalOIDC.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ExternalOIDCWithUIDAndExtraClaimMappings.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ExternalOIDCWithUpstreamParity.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/GCPPlatform.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/HCPEtcdBackup.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/HyperShiftOnlyDynamicResourceAllocation.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ImageStreamImportMode.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/KMSEncryptionProvider.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/OpenStack.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/TLSAdherence.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/AAA_ungated.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/AutoNodeKarpenter.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ClusterUpdateAcceptRisks.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ClusterVersionOperatorConfiguration.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ExternalOIDC.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ExternalOIDCWithUIDAndExtraClaimMappings.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ExternalOIDCWithUpstreamParity.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/GCPPlatform.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/HCPEtcdBackup.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/HyperShiftOnlyDynamicResourceAllocation.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ImageStreamImportMode.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/KMSEncryptionProvider.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/OpenStack.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/TLSAdherence.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/vendor/github.com/emicklei/go-restful/v3/.travis.yml is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/CHANGES.md is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/curly.go is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/custom_verb.go is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/.cliff.toml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/.gitignore is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/.golangci.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/CONTRIBUTORS.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/NOTICE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/SECURITY.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/pointer.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/.cliff.toml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/.editorconfig is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/.golangci.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/CONTRIBUTORS.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/NOTICE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/SECURITY.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/internal/normalize_url.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/reference.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/.codecov.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/.golangci.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/.mockery.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/SECURITY.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/cmdutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/cmdutils/cmd_utils.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/cmdutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/cmdutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/convert.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/convert_types.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/format.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/sizeof.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/type_constraints.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/convert.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/convert_types.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/file.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils/file.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils/path.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/go.work is excluded by !**/*.work, !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/go.work.sum is excluded by !**/*.sum, !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/initialism_index.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/json.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonname/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonname/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonname/name_provider.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonname_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/ifaces/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/ifaces/ifaces.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/ifaces/registry_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/registry.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/adapter.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/lexer.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/ordered_map.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/pool.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/register.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/writer.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/concat.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/json.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/ordered_map.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/json.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/loading.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/options.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/yaml.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/BENCHMARK.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/initialism_index.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/name_lexem.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/name_mangler.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/options.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/pools.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/split.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/string_bytes.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/util.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/name_lexem.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/net.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/netutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/netutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/netutils/net.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/netutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/split.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils/collection_formats.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils/strings.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/typeutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/typeutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/typeutils/types.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/typeutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/util.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yaml.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/ordered_map.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/yaml.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/AUTHORS is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/CONTRIBUTORS is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/Makefile is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/clone.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/custom_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/decode.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/deprecated.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/discard.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/duration.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/duration_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/encode.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/encode_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/equal.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/extensions.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/extensions_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/lib.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/lib_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/message_set.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_reflect_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/properties.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/properties_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/skip_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_marshal.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_merge.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_unmarshal.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/text.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/text_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/text_parser.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/timestamp.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/wrappers.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go is excluded by !**/vendor/**
  • api/vendor/github.com/google/gnostic-models/extensions/extension.proto is excluded by !**/vendor/**
  • api/vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto is excluded by !**/vendor/**
  • api/vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto is excluded by !**/vendor/**
  • api/vendor/github.com/google/gnostic-models/openapiv3/annotations.proto is excluded by !**/vendor/**
  • api/vendor/github.com/josharian/intern/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/josharian/intern/intern.go is excluded by !**/vendor/**
  • api/vendor/github.com/josharian/intern/license.md is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/buffer/pool.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jlexer/bytestostr.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jlexer/error.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jlexer/lexer.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jwriter/writer.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_apiserver.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_authentication.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_cluster_version.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_dns.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_infrastructure.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_ingress.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/zz_generated.deepcopy.go is excluded by !**/vendor/**, !**/zz_generated*.go
  • api/vendor/github.com/openshift/api/config/v1/zz_generated.featuregated-crd-manifests.yaml is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/zz_generated.swagger_doc_generated.go is excluded by !**/vendor/**, !**/zz_generated*.go, !**/zz_generated.swagger_doc_generated.go
  • api/vendor/github.com/openshift/api/operator/v1/types_csi_cluster_driver.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/types_ingress.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/types_machineconfiguration.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/types_network.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/zz_generated.deepcopy.go is excluded by !**/vendor/**, !**/zz_generated*.go
  • api/vendor/github.com/openshift/api/operator/v1/zz_generated.featuregated-crd-manifests.yaml is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/zz_generated.swagger_doc_generated.go is excluded by !**/vendor/**, !**/zz_generated*.go, !**/zz_generated.swagger_doc_generated.go
  • api/vendor/github.com/pkg/errors/.gitignore is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/.travis.yml is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/Makefile is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/appveyor.yml is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/go113.go is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/stack.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/.golangci.yml is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/Makefile is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/Makefile.common is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/arp.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/buddyinfo.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cmdline.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_armx.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_loong64.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_mipsx.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_others.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_ppcx.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_riscvx.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_s390x.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_x86.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/crypto.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/fs.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/fs_statfs_notype.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/fs_statfs_type.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/fscache.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/fs/fs.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/parse.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/readfile.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/sysreadfile.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/sysreadfile_compat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/valueparser.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/ipvs.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/kernel_hung.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/kernel_random.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/loadavg.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/mdstat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/meminfo.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/mountinfo.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/mountstats.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_conntrackstat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_dev.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_dev_snmp6.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_ip_socket.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_protocols.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_route.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_sockstat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_softnet.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_tcp.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_tls_stat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_udp.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_unix.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_wireless.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_xfrm.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/netstat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/nfnetlink_queue.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_cgroup.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_cgroups.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_environ.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_fdinfo.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_interrupts.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_io.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_limits.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_maps.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_netstat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_ns.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_psi.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_smaps.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_snmp.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_snmp6.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_stat.go is excluded by !**/vendor/**
📒 Files selected for processing (2)
  • api/go.mod
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests.yaml

Comment thread api/go.mod
Comment on lines +8 to +9
k8s.io/api v0.35.1
k8s.io/apimachinery v0.35.1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "Kubernetes module versions in api/go.mod:"
rg -n '^\s*k8s\.io/(api|apimachinery|apiextensions-apiserver|client-go|cloud-provider|component-base|component-helpers|csi-translation-lib)\s+v' api/go.mod

echo
python - <<'PY'
import re
mods = {}
pat = re.compile(r'^\s*(k8s\.io/(?:api|apimachinery|apiextensions-apiserver|client-go|cloud-provider|component-base|component-helpers|csi-translation-lib))\s+v(\d+\.\d+\.\d+)')
with open("api/go.mod", "r", encoding="utf-8") as f:
    for line in f:
        m = pat.match(line)
        if m:
            mods[m.group(1)] = m.group(2)

print("Resolved versions:")
for k in sorted(mods):
    print(f"  {k}: {mods[k]}")

unique = sorted(set(mods.values()))
print(f"\nUnique versions detected: {unique}")
if len(unique) > 1:
    print("RESULT: mixed patch versions detected (verification failed)")
else:
    print("RESULT: single patch version across selected k8s modules (verification passed)")
PY

Repository: openshift/hypershift

Length of output: 829


Align Kubernetes staging modules to a single patch version.

Lines 8–9 specify k8s.io/api and k8s.io/apimachinery at v0.35.1, but lines 86, 88, and 89 pin k8s.io/cloud-provider, k8s.io/component-helpers, and k8s.io/csi-translation-lib to v0.35.0. Mixing patch versions across tightly-coupled k8s.io/* staging modules risks subtle compatibility issues and dependency resolver churn. Consolidate to a single patch version across all Kubernetes modules unless there is a documented upstream constraint.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@api/go.mod` around lines 8 - 9, The Kubernetes staging modules are pinned to
mixed patch versions; update the module version pins so all k8s.io/* entries use
the same patch (e.g., set k8s.io/cloud-provider, k8s.io/component-helpers, and
k8s.io/csi-translation-lib to v0.35.1 to match k8s.io/api and
k8s.io/apimachinery) and then run dependency cleanup (go mod tidy) to ensure the
go.mod/go.sum reflect the unified version; target the single patch line items:
k8s.io/api, k8s.io/apimachinery, k8s.io/cloud-provider,
k8s.io/component-helpers, k8s.io/csi-translation-lib.

@openshift-ci openshift-ci Bot added area/cli Indicates the PR includes changes for CLI area/platform/kubevirt PR/issue for KubeVirt (KubevirtPlatform) platform labels Apr 10, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

♻️ Duplicate comments (1)
api/go.mod (1)

86-91: ⚠️ Potential issue | 🟠 Major

Unify Kubernetes staged module patch versions

Lines 86–91 still mix v0.35.1 and v0.35.0 across tightly-coupled k8s.io/* staged modules. This is the same unresolved compatibility concern raised earlier and can cause subtle API/solver churn.

#!/bin/bash
set -euo pipefail

echo "Kubernetes staged modules in api/go.mod:"
rg -n '^\s*k8s\.io/(api|apimachinery|apiextensions-apiserver|client-go|cloud-provider|component-base|component-helpers|csi-translation-lib)\s+v' api/go.mod

echo
python - <<'PY'
import re
mods = {}
pat = re.compile(r'^\s*(k8s\.io/(?:api|apimachinery|apiextensions-apiserver|client-go|cloud-provider|component-base|component-helpers|csi-translation-lib))\s+v(\d+\.\d+\.\d+)')
with open("api/go.mod", "r", encoding="utf-8") as f:
    for line in f:
        m = pat.match(line)
        if m:
            mods[m.group(1)] = m.group(2)

print("Resolved versions:")
for k in sorted(mods):
    print(f"  {k}: {mods[k]}")

unique = sorted(set(mods.values()))
print(f"\nUnique versions detected: {unique}")
print("RESULT:", "verification passed" if len(unique) == 1 else "mixed patch versions detected")
PY
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@api/go.mod` around lines 86 - 91, The go.mod currently mixes patch versions
among Kubernetes staged modules (e.g., k8s.io/apiextensions-apiserver v0.35.1 vs
k8s.io/cloud-provider v0.35.0), which can cause solver/API churn; unify all
k8s.io staged module entries (k8s.io/api, k8s.io/apimachinery,
k8s.io/apiextensions-apiserver, k8s.io/client-go, k8s.io/cloud-provider,
k8s.io/component-base, k8s.io/component-helpers, k8s.io/csi-translation-lib) to
the same patch version (choose either .0 or .1 consistently) in api/go.mod and
run go mod tidy to update the go.sum and ensure builds resolve against the
single chosen patch release.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Duplicate comments:
In `@api/go.mod`:
- Around line 86-91: The go.mod currently mixes patch versions among Kubernetes
staged modules (e.g., k8s.io/apiextensions-apiserver v0.35.1 vs
k8s.io/cloud-provider v0.35.0), which can cause solver/API churn; unify all
k8s.io staged module entries (k8s.io/api, k8s.io/apimachinery,
k8s.io/apiextensions-apiserver, k8s.io/client-go, k8s.io/cloud-provider,
k8s.io/component-base, k8s.io/component-helpers, k8s.io/csi-translation-lib) to
the same patch version (choose either .0 or .1 consistently) in api/go.mod and
run go mod tidy to update the go.sum and ensure builds resolve against the
single chosen patch release.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 860888d5-ce3c-4e1e-bcdf-d64cf45c15cd

📥 Commits

Reviewing files that changed from the base of the PR and between a7a0b57 and d41844c.

⛔ Files ignored due to path filters (298)
  • api/go.sum is excluded by !**/*.sum
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/AAA_ungated.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/AutoNodeKarpenter.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ClusterUpdateAcceptRisks.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ClusterVersionOperatorConfiguration.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ExternalOIDC.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ExternalOIDCWithUIDAndExtraClaimMappings.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ExternalOIDCWithUpstreamParity.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/GCPPlatform.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/HCPEtcdBackup.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/HyperShiftOnlyDynamicResourceAllocation.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ImageStreamImportMode.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/KMSEncryptionProvider.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/OpenStack.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/TLSAdherence.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/AAA_ungated.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/AutoNodeKarpenter.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ClusterUpdateAcceptRisks.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ClusterVersionOperatorConfiguration.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ExternalOIDC.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ExternalOIDCWithUIDAndExtraClaimMappings.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ExternalOIDCWithUpstreamParity.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/GCPPlatform.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/HCPEtcdBackup.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/HyperShiftOnlyDynamicResourceAllocation.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ImageStreamImportMode.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/KMSEncryptionProvider.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/OpenStack.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/TLSAdherence.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/vendor/github.com/emicklei/go-restful/v3/.travis.yml is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/CHANGES.md is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/curly.go is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/custom_verb.go is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/logr/slogr/slogr.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/.gitignore is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/.golangci.yaml is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/slogzapr.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/zapr.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/zapr_noslog.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/zapr_slog.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/.cliff.toml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/.gitignore is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/.golangci.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/CONTRIBUTORS.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/NOTICE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/SECURITY.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/pointer.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/.cliff.toml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/.editorconfig is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/.golangci.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/CONTRIBUTORS.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/NOTICE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/SECURITY.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/internal/normalize_url.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/reference.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/.codecov.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/.golangci.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/.mockery.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/BENCHMARK.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/SECURITY.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/cmdutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/cmdutils/cmd_utils.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/cmdutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/cmdutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/convert.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/convert_types.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/format.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/sizeof.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/type_constraints.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/convert.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/convert_types.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/file.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils/file.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils/path.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/go.work is excluded by !**/*.work, !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/go.work.sum is excluded by !**/*.sum, !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/initialism_index.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/json.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonname/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonname/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonname/name_provider.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonname_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/ifaces/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/ifaces/ifaces.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/ifaces/registry_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/registry.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/adapter.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/lexer.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/ordered_map.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/pool.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/register.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/writer.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/concat.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/json.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/ordered_map.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/json.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/loading.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/options.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/yaml.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/BENCHMARK.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/initialism_index.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/name_lexem.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/name_mangler.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/options.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/pools.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/split.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/string_bytes.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/util.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/name_lexem.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/net.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/netutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/netutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/netutils/net.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/netutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/path.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/split.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/string_bytes.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils/collection_formats.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils/strings.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/typeutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/typeutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/typeutils/types.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/typeutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/util.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yaml.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/ordered_map.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/yaml.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/AUTHORS is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/CONTRIBUTORS is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/Makefile is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/clone.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/custom_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/decode.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/deprecated.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/discard.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/duration.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/duration_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/encode.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/encode_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/equal.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/extensions.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/extensions_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/lib.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/lib_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/message_set.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_reflect_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/properties.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/properties_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/skip_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_marshal.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_merge.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_unmarshal.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/text.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/text_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/text_parser.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/timestamp.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/wrappers.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go is excluded by !**/vendor/**
  • api/vendor/github.com/google/gnostic-models/extensions/extension.proto is excluded by !**/vendor/**
  • api/vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto is excluded by !**/vendor/**
  • api/vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto is excluded by !**/vendor/**
  • api/vendor/github.com/google/gnostic-models/openapiv3/annotations.proto is excluded by !**/vendor/**
  • api/vendor/github.com/josharian/intern/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/josharian/intern/intern.go is excluded by !**/vendor/**
  • api/vendor/github.com/josharian/intern/license.md is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/buffer/pool.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jlexer/bytestostr.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jlexer/error.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jlexer/lexer.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jwriter/writer.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_apiserver.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_authentication.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_cluster_version.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_dns.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_infrastructure.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_ingress.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/zz_generated.deepcopy.go is excluded by !**/vendor/**, !**/zz_generated*.go
  • api/vendor/github.com/openshift/api/config/v1/zz_generated.featuregated-crd-manifests.yaml is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/zz_generated.swagger_doc_generated.go is excluded by !**/vendor/**, !**/zz_generated*.go, !**/zz_generated.swagger_doc_generated.go
  • api/vendor/github.com/openshift/api/operator/v1/types_csi_cluster_driver.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/types_ingress.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/types_machineconfiguration.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/types_network.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/zz_generated.deepcopy.go is excluded by !**/vendor/**, !**/zz_generated*.go
  • api/vendor/github.com/openshift/api/operator/v1/zz_generated.featuregated-crd-manifests.yaml is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/zz_generated.swagger_doc_generated.go is excluded by !**/vendor/**, !**/zz_generated*.go, !**/zz_generated.swagger_doc_generated.go
  • api/vendor/github.com/pkg/errors/.gitignore is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/.travis.yml is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/Makefile is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/appveyor.yml is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/go113.go is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/stack.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/.golangci.yml is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/Makefile is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/Makefile.common is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/arp.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/buddyinfo.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cmdline.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_armx.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_loong64.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_mipsx.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_others.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_ppcx.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_riscvx.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_s390x.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_x86.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/crypto.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/fs.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/fs_statfs_notype.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/fs_statfs_type.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/fscache.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/fs/fs.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/parse.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/readfile.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/sysreadfile.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/sysreadfile_compat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/valueparser.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/ipvs.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/kernel_hung.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/kernel_random.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/loadavg.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/mdstat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/meminfo.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/mountinfo.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/mountstats.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_conntrackstat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_dev.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_dev_snmp6.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_ip_socket.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_protocols.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_route.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_sockstat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_softnet.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_tcp.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_tls_stat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_udp.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_unix.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_wireless.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_xfrm.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/netstat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/nfnetlink_queue.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_cgroup.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_cgroups.go is excluded by !**/vendor/**
📒 Files selected for processing (2)
  • api/go.mod
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests.yaml
✅ Files skipped from review due to trivial changes (1)
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests.yaml

…upport

Bump openshift/library-go, openshift/api, openshift/client-go to latest
master to bring in configurable PKI infrastructure (pkg/pki,
CertificateName and PKIProfileProvider fields on cert rotation structs).

Also bump the openshift karpenter fork in both root and api modules for
k8s 0.35.x compatibility, and fix compilation errors from upstream API
changes:
- MustBaseEnvSet dropped strictCost parameter
- ClusterImagePolicy moved from configv1alpha1 to configv1
- NewSimpleClientset deprecated in favor of NewClientset

Signed-off-by: Luis Sanchez <sanchezl@redhat.com>
Set CertificateName on all cert rotation structs in the
control-plane-pki-operator to prepare for configurable PKI profile
resolution. PKIProfileProvider is left nil to preserve legacy RSA-2048
behavior until RBAC and config informer wiring is added in a follow-up.

Certificate names:
- control-plane-pki.customer-admin-signer
- control-plane-pki.customer-admin-client
- control-plane-pki.sre-admin-signer
- control-plane-pki.sre-admin-client

Signed-off-by: Luis Sanchez <sanchezl@redhat.com>

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

♻️ Duplicate comments (1)
api/go.mod (1)

88-91: ⚠️ Potential issue | 🟠 Major

Align Kubernetes staging modules to one patch level.

k8s.io/cloud-provider, k8s.io/component-helpers, and k8s.io/csi-translation-lib are still on v0.35.0 (Line 88, Line 90, Line 91), while core peers are on v0.35.1 (Line 8, Line 9). Keep k8s.io/* staging modules on a single patch version to reduce compatibility and dependency-resolution risk.

Suggested change
-	k8s.io/cloud-provider v0.35.0 // indirect
+	k8s.io/cloud-provider v0.35.1 // indirect
...
-	k8s.io/component-helpers v0.35.0 // indirect
+	k8s.io/component-helpers v0.35.1 // indirect
...
-	k8s.io/csi-translation-lib v0.35.0 // indirect
+	k8s.io/csi-translation-lib v0.35.1 // indirect
#!/bin/bash
set -euo pipefail

echo "Kubernetes module versions in api/go.mod:"
rg -n '^\s*k8s\.io/(api|apimachinery|apiextensions-apiserver|client-go|cloud-provider|component-base|component-helpers|csi-translation-lib)\s+v' api/go.mod

python - <<'PY'
import re
mods = {}
pat = re.compile(r'^\s*(k8s\.io/(?:api|apimachinery|apiextensions-apiserver|client-go|cloud-provider|component-base|component-helpers|csi-translation-lib))\s+v(\d+\.\d+\.\d+)')
with open("api/go.mod", "r", encoding="utf-8") as f:
    for line in f:
        m = pat.match(line)
        if m:
            mods[m.group(1)] = m.group(2)

print("\nResolved versions:")
for k in sorted(mods):
    print(f"  {k}: {mods[k]}")

uniq = sorted(set(mods.values()))
print(f"\nUnique versions: {uniq}")
if len(uniq) == 1:
    print("PASS: aligned")
else:
    print("FAIL: mixed patch versions")
PY

As per coding guidelines, "Focus on major issues impacting performance, readability, maintainability and security. Avoid nitpicks and avoid verbosity."

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@api/go.mod` around lines 88 - 91, Update the k8s.io staging module entries to
the same patch release as the core modules: change k8s.io/cloud-provider,
k8s.io/component-helpers, and k8s.io/csi-translation-lib from v0.35.0 to v0.35.1
in api/go.mod so all k8s.io/* modules use v0.35.1; ensure you run go mod tidy
afterward to verify dependency resolution and that the module graph is
consistent.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Duplicate comments:
In `@api/go.mod`:
- Around line 88-91: Update the k8s.io staging module entries to the same patch
release as the core modules: change k8s.io/cloud-provider,
k8s.io/component-helpers, and k8s.io/csi-translation-lib from v0.35.0 to v0.35.1
in api/go.mod so all k8s.io/* modules use v0.35.1; ensure you run go mod tidy
afterward to verify dependency resolution and that the module graph is
consistent.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: da290a27-fcb0-4baa-995d-ed209359eec0

📥 Commits

Reviewing files that changed from the base of the PR and between d41844c and 8b4cfa2.

⛔ Files ignored due to path filters (298)
  • api/go.sum is excluded by !**/*.sum
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/AAA_ungated.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/AutoNodeKarpenter.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ClusterUpdateAcceptRisks.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ClusterVersionOperatorConfiguration.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ExternalOIDC.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ExternalOIDCWithUIDAndExtraClaimMappings.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ExternalOIDCWithUpstreamParity.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/GCPPlatform.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/HCPEtcdBackup.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/HyperShiftOnlyDynamicResourceAllocation.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/ImageStreamImportMode.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/KMSEncryptionProvider.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/OpenStack.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/TLSAdherence.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/AAA_ungated.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/AutoNodeKarpenter.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ClusterUpdateAcceptRisks.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ClusterVersionOperatorConfiguration.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ExternalOIDC.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ExternalOIDCWithUIDAndExtraClaimMappings.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ExternalOIDCWithUpstreamParity.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/GCPPlatform.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/HCPEtcdBackup.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/HyperShiftOnlyDynamicResourceAllocation.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/ImageStreamImportMode.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/KMSEncryptionProvider.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/OpenStack.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedcontrolplanes.hypershift.openshift.io/TLSAdherence.yaml is excluded by !**/zz_generated.featuregated-crd-manifests/**
  • api/vendor/github.com/emicklei/go-restful/v3/.travis.yml is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/CHANGES.md is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/curly.go is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/custom_verb.go is excluded by !**/vendor/**
  • api/vendor/github.com/emicklei/go-restful/v3/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/logr/slogr/slogr.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/.gitignore is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/.golangci.yaml is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/slogzapr.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/zapr.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/zapr_noslog.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-logr/zapr/zapr_slog.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/.cliff.toml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/.gitignore is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/.golangci.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/CONTRIBUTORS.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/NOTICE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/SECURITY.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonpointer/pointer.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/.cliff.toml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/.editorconfig is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/.golangci.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/CONTRIBUTORS.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/NOTICE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/SECURITY.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/internal/normalize_url.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/jsonreference/reference.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/.codecov.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/.golangci.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/.mockery.yml is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/BENCHMARK.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/SECURITY.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/cmdutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/cmdutils/cmd_utils.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/cmdutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/cmdutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/convert.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/convert_types.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/format.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/sizeof.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv/type_constraints.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/conv_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/convert.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/convert_types.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/file.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils/file.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils/path.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/fileutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/go.work is excluded by !**/*.work, !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/go.work.sum is excluded by !**/*.sum, !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/initialism_index.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/json.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonname/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonname/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonname/name_provider.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonname_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/ifaces/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/ifaces/ifaces.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/ifaces/registry_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/registry.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/adapter.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/lexer.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/ordered_map.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/pool.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/register.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/adapters/stdlib/json/writer.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/concat.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/json.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils/ordered_map.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/jsonutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/json.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/loading.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/options.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading/yaml.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/loading_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/BENCHMARK.md is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/initialism_index.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/name_lexem.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/name_mangler.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/options.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/pools.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/split.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/string_bytes.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling/util.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/mangling_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/name_lexem.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/net.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/netutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/netutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/netutils/net.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/netutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/path.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/split.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/string_bytes.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils/collection_formats.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils/strings.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/stringutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/typeutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/typeutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/typeutils/types.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/typeutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/util.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yaml.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/ordered_map.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils/yaml.go is excluded by !**/vendor/**
  • api/vendor/github.com/go-openapi/swag/yamlutils_iface.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/AUTHORS is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/CONTRIBUTORS is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/Makefile is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/clone.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/custom_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/decode.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/deprecated.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/discard.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/duration.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/duration_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/encode.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/encode_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/equal.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/extensions.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/extensions_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/lib.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/lib_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/message_set.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_reflect_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/properties.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/properties_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/skip_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_marshal.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_merge.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_unmarshal.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/text.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/text_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/text_parser.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/timestamp.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/wrappers.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go is excluded by !**/vendor/**
  • api/vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go is excluded by !**/vendor/**
  • api/vendor/github.com/google/gnostic-models/extensions/extension.proto is excluded by !**/vendor/**
  • api/vendor/github.com/google/gnostic-models/openapiv2/OpenAPIv2.proto is excluded by !**/vendor/**
  • api/vendor/github.com/google/gnostic-models/openapiv3/OpenAPIv3.proto is excluded by !**/vendor/**
  • api/vendor/github.com/google/gnostic-models/openapiv3/annotations.proto is excluded by !**/vendor/**
  • api/vendor/github.com/josharian/intern/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/josharian/intern/intern.go is excluded by !**/vendor/**
  • api/vendor/github.com/josharian/intern/license.md is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/buffer/pool.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jlexer/bytestostr.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jlexer/error.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jlexer/lexer.go is excluded by !**/vendor/**
  • api/vendor/github.com/mailru/easyjson/jwriter/writer.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_apiserver.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_authentication.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_cluster_version.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_dns.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_infrastructure.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/types_ingress.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/zz_generated.deepcopy.go is excluded by !**/vendor/**, !**/zz_generated*.go
  • api/vendor/github.com/openshift/api/config/v1/zz_generated.featuregated-crd-manifests.yaml is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/config/v1/zz_generated.swagger_doc_generated.go is excluded by !**/vendor/**, !**/zz_generated*.go, !**/zz_generated.swagger_doc_generated.go
  • api/vendor/github.com/openshift/api/operator/v1/types_csi_cluster_driver.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/types_ingress.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/types_machineconfiguration.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/types_network.go is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/zz_generated.deepcopy.go is excluded by !**/vendor/**, !**/zz_generated*.go
  • api/vendor/github.com/openshift/api/operator/v1/zz_generated.featuregated-crd-manifests.yaml is excluded by !**/vendor/**
  • api/vendor/github.com/openshift/api/operator/v1/zz_generated.swagger_doc_generated.go is excluded by !**/vendor/**, !**/zz_generated*.go, !**/zz_generated.swagger_doc_generated.go
  • api/vendor/github.com/pkg/errors/.gitignore is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/.travis.yml is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/LICENSE is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/Makefile is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/README.md is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/appveyor.yml is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/errors.go is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/go113.go is excluded by !**/vendor/**
  • api/vendor/github.com/pkg/errors/stack.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/.golangci.yml is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/Makefile is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/Makefile.common is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/arp.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/buddyinfo.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cmdline.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_armx.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_loong64.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_mipsx.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_others.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_ppcx.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_riscvx.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_s390x.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/cpuinfo_x86.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/crypto.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/doc.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/fs.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/fs_statfs_notype.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/fs_statfs_type.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/fscache.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/fs/fs.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/parse.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/readfile.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/sysreadfile.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/sysreadfile_compat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/internal/util/valueparser.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/ipvs.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/kernel_hung.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/kernel_random.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/loadavg.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/mdstat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/meminfo.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/mountinfo.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/mountstats.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_conntrackstat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_dev.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_dev_snmp6.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_ip_socket.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_protocols.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_route.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_sockstat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_softnet.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_tcp.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_tls_stat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_udp.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_unix.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_wireless.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/net_xfrm.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/netstat.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/nfnetlink_queue.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_cgroup.go is excluded by !**/vendor/**
  • api/vendor/github.com/prometheus/procfs/proc_cgroups.go is excluded by !**/vendor/**
📒 Files selected for processing (2)
  • api/go.mod
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests.yaml
✅ Files skipped from review due to trivial changes (1)
  • api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests.yaml

@JoelSpeed

Copy link
Copy Markdown
Contributor

/approve

For API directory

@openshift-ci

openshift-ci Bot commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: JoelSpeed, sanchezl
Once this PR has been reviewed and has the lgtm label, please assign csrwng for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 29, 2026
@openshift-ci

openshift-ci Bot commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

1 similar comment
@openshift-ci

openshift-ci Bot commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci

openshift-ci Bot commented May 11, 2026

Copy link
Copy Markdown
Contributor

@sanchezl: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/security 8b4cfa2 link true /test security

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@bryan-cox

Copy link
Copy Markdown
Member

Hey @sanchezl 👋🏻 - are you still looking to move this PR forward?

@openshift-ci

openshift-ci Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Stale PRs are closed after 21d of inactivity.

If this PR is still relevant, comment to refresh it or remove the stale label.
Mark the PR as fresh by commenting /remove-lifecycle stale.

If this PR is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci openshift-ci Bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 20, 2026
@openshift-ci

openshift-ci Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Stale PRs rot after 14d of inactivity.

Mark the PR as fresh by commenting /remove-lifecycle rotten.
Rotten PRs close after an additional 7d of inactivity.

If this PR is safe to close now please do so with /close.

/lifecycle rotten
/remove-lifecycle stale

@openshift-ci openshift-ci Bot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jul 5, 2026
@hypershift-jira-solve-ci

Copy link
Copy Markdown
Contributor

The background agent for PR #8203 changes has completed and confirms the findings already included in my report above. The analysis is complete — all four failures trace back to the branch being out of date with main, requiring a rebase, regeneration of CRD manifests (make generate update), and re-running CI.


@openshift-ci

openshift-ci Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Rotten PRs close after 7d of inactivity.

Reopen the PR by commenting /reopen.
Mark the PR as fresh by commenting /remove-lifecycle rotten.

/close

@openshift-ci openshift-ci Bot closed this Jul 13, 2026
@openshift-ci

openshift-ci Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

@openshift-ci[bot]: Closed this PR.

Details

In response to this:

Rotten PRs close after 7d of inactivity.

Reopen the PR by commenting /reopen.
Mark the PR as fresh by commenting /remove-lifecycle rotten.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/api Indicates the PR includes changes for the API area/ci-tooling Indicates the PR includes changes for CI or tooling area/cli Indicates the PR includes changes for CLI area/control-plane-operator Indicates the PR includes changes for the control plane operator - in an OCP release area/control-plane-pki-operator Indicates the PR includes changes for the control plane PKI operator - in an OCP release area/hypershift-operator Indicates the PR includes changes for the hypershift operator and API - outside an OCP release area/platform/kubevirt PR/issue for KubeVirt (KubevirtPlatform) platform lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants