Skip to content

Fix OpenAPI validations by adding API list markers#7900

Merged
cert-manager-prow[bot] merged 1 commit intocert-manager:masterfrom
erikgb:add-list-markers
Aug 7, 2025
Merged

Fix OpenAPI validations by adding API list markers#7900
cert-manager-prow[bot] merged 1 commit intocert-manager:masterfrom
erikgb:add-list-markers

Conversation

@erikgb
Copy link
Copy Markdown
Member

@erikgb erikgb commented Aug 6, 2025

Pull Request Motivation

Extracted from #7886, this PR adds the listType marker to all array fields in our APIs. In this PR, I am not introducing the set list type. We will continue the discussions around this in #7886.

Kind

/kind cleanup

Release Note

NONE

Signed-off-by: Erik Godding Boye <egboye@gmail.com>
@cert-manager-prow cert-manager-prow bot added release-note-none Denotes a PR that doesn't merit a release note. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. labels Aug 6, 2025
@erikgb erikgb requested a review from inteon August 6, 2025 17:24
@cert-manager-prow cert-manager-prow bot added area/api Indicates a PR directly modifies the 'pkg/apis' directory area/deploy Indicates a PR modifies deployment configuration size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 6, 2025
@erikgb erikgb requested a review from ThatsMrTalbot August 6, 2025 17:27
Copy link
Copy Markdown
Member

@SgtCoDFish SgtCoDFish left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

The default value for x-kubernetes-list-type is atomic, so the vast majority of the changes here are just documenting the default value. The map changes make sense to me - we wouldn't want two image pull secrets with the same name.

LGTM!

@cert-manager-prow
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: SgtCoDFish

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

The pull request process is described 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

@cert-manager-prow cert-manager-prow bot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Aug 7, 2025
@cert-manager-prow cert-manager-prow bot merged commit ac9c882 into cert-manager:master Aug 7, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/api Indicates a PR directly modifies the 'pkg/apis' directory area/deploy Indicates a PR modifies deployment configuration dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants