-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update go libraries Updated kubernetes libraries to 1.28.6 Updated kubevirt go-client to 1.1.1 Updated containerized data importer to 1.58.1 Switched virtcli from using the one provided by kubevirt to a generated one using gen-client. This allows us to be independent of the kubernetes version used by kubevirt. Also generate go-client for containerized data importer to be independent of their kubernetes version as well. Signed-off-by: Alexander Wels <[email protected]> * Fix generating clients to install gen-client Fix linter errors Signed-off-by: Alexander Wels <[email protected]> * Switch port-forward to using virtclt binary instead of of having it as a library. No need to maintain the library this way. Moved port-forward to the before suite and after suite, so it will only have to forward the ports once for the whole test suite. Added function that finds a free port to use for port-forwarding. Signed-off-by: Alexander Wels <[email protected]> * Addressed review comments. - Removed kubevirt go-client and vendoring. - Removed unused function Signed-off-by: Alexander Wels <[email protected]> --------- Signed-off-by: Alexander Wels <[email protected]>
- Loading branch information
Showing
1,724 changed files
with
147,353 additions
and
110,747 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
*.so | ||
*.dylib | ||
kubevirt-csi-driver | ||
|
||
*.code-workspace | ||
#k8s e2e suite | ||
.kvcluster-kubeconfig-e2e | ||
capk.pem | ||
|
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.