-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix fabric8io#3144: making the crud mock logic more crd aware #3156
Conversation
Can one of the admins verify this patch? |
@Fabian-K : Could you please review this PR whenever you find time? |
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.
Looking good from my point of view. Thanks!
…d aware also working around making the namespace and kind available from the path
Rebased, and updated the changelog for #3194 |
SonarCloud Quality Gate failed. |
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.
LGTM, thx!
Description
#3144 this adds broader crd awareness to the mock server - primarily for determining if status is a subresource. If there is no crd, it's assumed that status is not a subresource.
There's also a minor change to not send events from patches that result in no changes to the resource.
Type of change
test, version modification, documentation, etc.)
Checklist