forked from aws/eks-anywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use bmclib directly: Going through Rufio just for the bmclib client means that we had to take on Rufio's dependencies. This is problematic because Rufio uses the controller-runtime lib. Using bmclib directly alleviates us from this concern. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com> * Add Rufio CRDs for envtest: This avoids having to pull in Rufio as a dependency. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com> * Update tests that were comparing logr.Logger: New version of logr.Logger broken some tests. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com> --------- Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
- Loading branch information
1 parent
2ebd9e8
commit 1f53592
Showing
7 changed files
with
832 additions
and
85 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
Oops, something went wrong.