-
Notifications
You must be signed in to change notification settings - Fork 25
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
Compatibility attributes: add API support, propagation and checks #422
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zerospiel
force-pushed
the
attr_enforcement
branch
2 times, most recently
from
October 4, 2024 12:49
ea4586c
to
e8a45c0
Compare
zerospiel
requested review from
Kshatrix,
squizzi,
eromanova and
a13x5
as code owners
October 4, 2024 12:50
zerospiel
force-pushed
the
attr_enforcement
branch
2 times, most recently
from
October 4, 2024 15:15
ec6f305
to
45809a7
Compare
zerospiel
changed the title
Enforce compatibility attributes
Compatibility attributes: add API support, propagation and checks
Oct 4, 2024
zerospiel
force-pushed
the
attr_enforcement
branch
3 times, most recently
from
October 7, 2024 10:37
ade73b2
to
9027b3d
Compare
zerospiel
commented
Oct 7, 2024
zerospiel
force-pushed
the
attr_enforcement
branch
2 times, most recently
from
October 7, 2024 14:35
b70714f
to
070dec9
Compare
zerospiel
force-pushed
the
attr_enforcement
branch
3 times, most recently
from
October 8, 2024 07:31
a879a9f
to
ac4a463
Compare
Kshatrix
requested changes
Oct 8, 2024
zerospiel
force-pushed
the
attr_enforcement
branch
4 times, most recently
from
October 10, 2024 08:48
b2ec73f
to
6e79a5c
Compare
zerospiel
force-pushed
the
attr_enforcement
branch
from
October 11, 2024 09:30
6e79a5c
to
aad600e
Compare
Kshatrix
requested changes
Oct 11, 2024
zerospiel
force-pushed
the
attr_enforcement
branch
from
October 11, 2024 16:04
aad600e
to
ade0f93
Compare
Kshatrix
reviewed
Oct 11, 2024
zerospiel
force-pushed
the
attr_enforcement
branch
from
October 14, 2024 14:24
ade0f93
to
84e1f9d
Compare
* Cluster/Service/Provider Templates now have support for compatibility attributes * Managed/Management Clusters now have support to report the compatibility attributes * amends to the templates controller in regards of the API changes * amends to other parts of the code Closes k0rdent#354
* fill out statuses with the new attributes for managedclustes,managements,*templates resources * fix a couple of logical errors * check compatibility attributes in the admission controller * tests * fix typos Closes k0rdent#400 k0rdent#354
* amends to descs and fix typos * correctly parse providers * changed providers anno separator * enforce CAPI version check in providertemplates * amends to the API regarding CAPI version compatibility
zerospiel
force-pushed
the
attr_enforcement
branch
from
October 15, 2024 07:37
84e1f9d
to
846289e
Compare
Kshatrix
approved these changes
Oct 15, 2024
Kshatrix
approved these changes
Oct 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
for managedclustes,managements,*templates
resources
admission controller
Closes #400 #354