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

Composed/setexclusiveconditions #780

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

vandjelk
Copy link
Contributor

@vandjelk vandjelk commented Nov 5, 2024

Description

Changes proposed in this pull request:

  • Removes AnyConditionChanged that returns true if there if changes are detected between conditions specified in argument and obj.conditions.
  • Adds SetExclusiveConditions that relies on return values from k8s.io/apimachinery/pkg/api/meta SetStatusCondition and RemoveStatusCondition instead of detecting changes manually like in AnyConditionChanged

@vandjelk vandjelk requested a review from a team as a code owner November 5, 2024 16:29
@vandjelk vandjelk marked this pull request as draft November 5, 2024 16:29
@kyma-bot kyma-bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cla: yes Indicates the PR's author has signed the CLA. labels Nov 5, 2024
@kyma-bot kyma-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Nov 5, 2024
@vandjelk vandjelk marked this pull request as ready for review November 12, 2024 08:47
@kyma-bot kyma-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. 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