Skip to content
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

feat: Better CRD docs #319

Merged
merged 16 commits into from
Dec 14, 2023
Merged

feat: Better CRD docs #319

merged 16 commits into from
Dec 14, 2023

Conversation

fhennig
Copy link
Contributor

@fhennig fhennig commented Dec 11, 2023

Description

Better CRD docs

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes

Author

Reviewer

Acceptance

@fhennig
Copy link
Contributor Author

fhennig commented Dec 11, 2023

I consider this blocked on this ticket: #320

@adwk67 adwk67 linked an issue Dec 12, 2023 that may be closed by this pull request
@adwk67
Copy link
Member

adwk67 commented Dec 12, 2023

@sbernauer sbernauer self-requested a review December 13, 2023 07:25
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

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

Thanks for working on this and sorry for all these comments! But every Option<> we can get rid of IMHO makes the code better and less error-prone and prevents configuration errors. I'm also happy to do the proposed changes, in that case ping me :)

Cargo.toml Outdated Show resolved Hide resolved
rust/crd/src/lib.rs Outdated Show resolved Hide resolved
rust/crd/src/lib.rs Outdated Show resolved Hide resolved
rust/crd/src/lib.rs Show resolved Hide resolved
rust/crd/src/lib.rs Outdated Show resolved Hide resolved
rust/crd/src/lib.rs Outdated Show resolved Hide resolved
rust/crd/src/lib.rs Outdated Show resolved Hide resolved
rust/crd/src/lib.rs Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
rust/crd/src/lib.rs Outdated Show resolved Hide resolved
sbernauer
sbernauer previously approved these changes Dec 13, 2023
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

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

It would be awesome if you could address the two remaining comments (also technically the changelog entry would be below Changed instead of Added)
I have to leave for vacation, please don't block the merge on me

@adwk67
Copy link
Member

adwk67 commented Dec 13, 2023

Thanks @sbernauer! I'm working on the last 2-3 points...

@adwk67
Copy link
Member

adwk67 commented Dec 13, 2023

Copy link
Member

@maltesander maltesander left a comment

Choose a reason for hiding this comment

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

LGTM!

@adwk67 adwk67 added this pull request to the merge queue Dec 14, 2023
Merged via the queue into main with commit 97301f5 Dec 14, 2023
29 of 30 checks passed
@adwk67 adwk67 deleted the feat/better-crd-docs branch December 14, 2023 08:41
@lfrancke lfrancke added the release-note/action-required Denotes a PR that introduces potentially breaking changes that require user action. label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/action-required Denotes a PR that introduces potentially breaking changes that require user action.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lots of optional properties shouldn't be optional
5 participants