-
Notifications
You must be signed in to change notification settings - Fork 819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Website: Update CRD API docs only if sorted files different #1694
Website: Update CRD API docs only if sorted files different #1694
Conversation
Ordering of APIGroups do not change the logic of the resulted file contents especially for the case when they are on the same level in the docs. Commutative property of the enumeration.
Build Succeeded 👏 Build Id: dc4a5708-6601-4110-8f51-e99f2d6f3dc6 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, markmandel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
It's a good hack. 👍🏼 sorry about not being able to fix this in the upstream timely. If you have some cycles to take a look at the upstream, it should be an easy thing to fix. It seems both "package list" and "type list" is not sorted deterministically right now. |
Ordering of APIGroups do not change the logic of the resulted file contents especially for the case when they are on the same level in the docs. Commutative property of the enumeration.
make test-gen-api-docs
gives lots of false positive failures.What type of PR is this?
/kind bug
What this PR does / Why we need it:
The tool we are using could not preserve the ordering for APIGroups that's why file could be presented in a number of different ways.
Ordering of APIGroups do not change the logic of the resulted file contents especially for the case when they are on the same level in the docs.
Commutative property of the set (of APIGroups).
Which issue(s) this PR fixes:
Closes #1690
Special notes for your reviewer:
Thank you.