-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unit tests for k8s install and uninstall components of agent reco…
…nciler (#388) Add unit tests for the installK8sComponents and uninstallk8sComponents functions within reconcile. However, since these functions deal with the actual installation of the k8s components, the Install() and Uninstall() methods are being mocked. A new interface K8sInstaller has been introduced to allow counterfeiter to mock the methods.
- Loading branch information
Nilanjan Daw
authored
Feb 18, 2022
1 parent
1e7592e
commit d3cc0d7
Showing
6 changed files
with
274 additions
and
261 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
Oops, something went wrong.