-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌱 v1beta2 conditions: add function for setting the Paused condition (#…
…11284) * v1beta2 conditions: add function for setting the Paused condition * machine: set v1beta2 Paused condition * machineset: set v1beta2 Paused condition * machinedeployment: set v1beta2 Paused condition * kubeadmcontrolplane: set v1beta2 Paused condition * cluster: set v1beta2 Paused condition * kubeadmconfig: set v1beta2 Paused condition * machinepool: set v1beta2 Paused condition * machinehealthcheck: set v1beta2 Paused condition * clusterresourceset: set v1beta2 Paused condition * dockercluster: set v1beta2 Paused condition * dockermachine: set v1beta2 Paused condition * inmemorycluster: set v1beta2 Paused condition * inmemorymachine: set v1beta2 Paused condition * bootstrap/kubeadm/internal/builder/builders.go: use consts * util/predicates/cluster_predicates.go fix comment * review: cleanup predicates * paused: remove option stuff * machinedeployment: preserve v1beta2 status * drop additional paused check * Add ClusterPausedTransitionsOrInfrastructureReady predicate * review fixes * clusterclass: set v1beta2 Paused condition * fix for clusterclass / clusterctl * v1beta2conditions: export HasSameState * paused improvements * predicates fixup * fix test * review fixes
- Loading branch information
Showing
29 changed files
with
510 additions
and
150 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.