Skip to content

Conversation

@tao12345666333
Copy link
Member

@tao12345666333 tao12345666333 commented Nov 5, 2025

What this PR does / why we need it:

Which issue this PR fixes

Fixes #2564

Special notes for your reviewer:

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect significant changes

@tao12345666333 tao12345666333 self-assigned this Nov 5, 2025
@tao12345666333 tao12345666333 marked this pull request as ready for review November 6, 2025 09:42
@tao12345666333 tao12345666333 requested a review from a team as a code owner November 6, 2025 09:42
sed -i -E 's/_\[ProxyURL\]\(#proxyurl\) array_/_object array_/g' "${f}"
sed -i -E 's/_\[ProxyURL\]\(#proxyurl\)_/_object_/g' "${f}"
fi
done No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
done
done

echo "INFO: post-processing ${f}"
# Map external types to primitives for readability and to avoid dead anchors.
# AuthType -> string
sed -i -E 's/_\[AuthType\]\(#authtype\)_/_string_/g' "${f}"
Copy link
Contributor

Choose a reason for hiding this comment

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

How to maintain this list? Is it generated by some other scripts or maintained manually?
If it is maintained manually, I think we need some comments/documents to introduce how to keep them up to date.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: CRD reference shows missing external types (e.g., AuthType)

4 participants