Skip to content

CORS-4417: Add UniverseDomain field to GCPPlatformStatus#2933

Open
barbacbd wants to merge 1 commit into
openshift:masterfrom
barbacbd:CORS-4417
Open

CORS-4417: Add UniverseDomain field to GCPPlatformStatus#2933
barbacbd wants to merge 1 commit into
openshift:masterfrom
barbacbd:CORS-4417

Conversation

@barbacbd

Copy link
Copy Markdown
Contributor

No description provided.

@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

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 14, 2026
@openshift-ci-robot

openshift-ci-robot commented Jul 14, 2026

Copy link
Copy Markdown

@barbacbd: This pull request references CORS-4417 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set.

Details

In response to this:

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Hello @barbacbd! Some important instructions when contributing to openshift/api:
API design plays an important part in the user experience of OpenShift and as such API PRs are subject to a high level of scrutiny to ensure they follow our best practices. If you haven't already done so, please review the OpenShift API Conventions and ensure that your proposed changes are compliant. Following these conventions will help expedite the api review process for your PR.

@barbacbd

Copy link
Copy Markdown
Contributor Author

Documented in Enhancement openshift/enhancements#1977

@openshift-ci openshift-ci Bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jul 14, 2026
@openshift-ci openshift-ci Bot requested review from JoelSpeed and everettraven July 14, 2026 15:39
@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign everettraven 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

@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 0eef1f77-9488-45c7-8a67-9b5663a1a788

📥 Commits

Reviewing files that changed from the base of the PR and between a55f248 and 8d5237b.

⛔ Files ignored due to path filters (3)
  • config/v1/zz_generated.swagger_doc_generated.go is excluded by !**/zz_generated*
  • openapi/generated_openapi/zz_generated.openapi.go is excluded by !openapi/**, !**/zz_generated*
  • openapi/openapi.json is excluded by !openapi/**
📒 Files selected for processing (1)
  • config/v1/types_infrastructure.go

📝 Walkthrough

Walkthrough

Added an optional universeDomain field to GCPPlatformStatus, with installer and observability documentation and validation enforcing a length between 1 and 253 characters.

Suggested reviewers: joelspeed, everettraven

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive No pull request description was provided, so relevance to the changeset can't be assessed. Add a brief description of the change and its purpose, such as adding UniverseDomain to GCPPlatformStatus.
✅ Passed checks (14 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly states the main change: adding UniverseDomain to GCPPlatformStatus.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PR only adds a GCP status field and generated schema docs; no test files or Ginkgo titles were changed.
Test Structure And Quality ✅ Passed No Ginkgo test code changed; the PR only touches schema/docs/generated manifests, and the diff contains no *_test.go or Ginkgo constructs.
Microshift Test Compatibility ✅ Passed No new Ginkgo/e2e tests were added; the PR only changes GCP status schema and generated OpenAPI/docs, so MicroShift test compatibility is not implicated.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests were added; the PR only changes a GCP status field and generated docs/OpenAPI files.
Topology-Aware Scheduling Compatibility ✅ Passed Only GCPPlatformStatus schema/docs/OpenAPI changed; no deployment, controller, affinity, nodeSelector, or replica scheduling logic was introduced.
Ote Binary Stdout Contract ✅ Passed PR only adds a GCP status field and generated schema/docs; no main/init/TestMain/suite setup or stdout writes were introduced.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo e2e tests were added; the PR only adds a GCP status field and generated OpenAPI/docs, so IPv6/disconnected network compatibility is not affected.
No-Weak-Crypto ✅ Passed Only change is GCPPlatformStatus.UniverseDomain plus validation; no weak crypto or secret comparisons appear in the diff/file.
Container-Privileges ✅ Passed Diff only adds GCP universeDomain and generated docs; patch search found no privileged/host* fields or allowPrivilegeEscalation in manifests.
No-Sensitive-Data-In-Logs ✅ Passed The PR only adds a GCP status field and generated schema docs; no logging code or sensitive-data emission was introduced.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 golangci-lint (2.12.2)

Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented
The command is terminated due to an error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented


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

@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

@barbacbd: all tests passed!

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.

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

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants