-
Notifications
You must be signed in to change notification settings - Fork 1.4k
🌱 Drop usage of v1beta1 conditions #12109
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
Open
fabriziopandini
wants to merge
20
commits into
kubernetes-sigs:main
Choose a base branch
from
fabriziopandini:drop-usage-of-v1beta1-conditions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
c7684b5
Accept usage of clusterv1.ResizedV1Beta1Condition (it is for v1beta1 …
fabriziopandini f6cc58a
Stop using clusterv1.ClusterClassVariablesReconciledV1Beta1Condition …
fabriziopandini 8c5b241
Stop using clusterv1.TopologyReconciledV1Beta1Condition in controllers
fabriziopandini 63fbfb7
Stop using clusterv1.MachineNodeHealthyV1Beta1Condition in controllers
fabriziopandini bda6a89
Stop using clusterv1.PreTerminateDeleteHookSucceededV1Beta1Condition …
fabriziopandini 35e79cc
Stop using clusterv1.DrainingSucceededV1Beta1Condition in controllers
fabriziopandini 0a7a72d
Stop using clusterv1.VolumeDetachSucceededV1Beta1Condition in control…
fabriziopandini 9e440ef
Stop using clusterv1.BootstrapReadyV1Beta1Condition in controllers
fabriziopandini 2ba98f9
Stop using clusterv1.ControlPlaneInitializedV1Beta1Condition in contr…
fabriziopandini 5553721
Stop using clusterv1.InfrastructureReadyV1Beta1Condition in controllers
fabriziopandini 498f277
Stop using clusterv1.ReadyV1Beta1Condition in controllers
fabriziopandini 5d2d5c9
Stop using clusterv1.MachineOwnerRemediatedV1Beta1Condition and clust…
fabriziopandini e14b75b
Stop using clusterv1.bootstrapv1.DataSecretAvailableV1Beta1Condition …
fabriziopandini da2d1f5
Stop using controlplanev1.KubeadmControlPlaneMachine*HealthyCondition…
fabriziopandini 7e67c9e
Stop using controlplanev1.controlplanev1.AvailableV1Beta1Condition in…
fabriziopandini 5033489
Stop using controlplanev1..EtcdClusterHealthyV1Beta1Condition and con…
fabriziopandini b0df78e
Drop unnecessary TODO
fabriziopandini 3c138c7
Small cleanups
fabriziopandini e06c3bc
Fix tests
fabriziopandini 0cb1aee
Address comments
fabriziopandini File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
65 changes: 30 additions & 35 deletions
65
bootstrap/kubeadm/internal/controllers/kubeadmconfig_controller_test.go
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
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.
Audited for usages of the deprecated v1beta1 condition packages.
These are the results:
I suspect CAPD is expected at this point. Can you please check that this remaining work is properly tracked?
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.
If I got it right: