-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(gce): migrate discovery api to compute_v1
When pycloudlib was created, the compute engine library for python (compute_v1) did not exist. As CPC is looking to make more contributions to the GCE module of pycloudlib as part of an internal tooling refactor, it makes sense to move to the more modern library that has support for type hinting and a more modern development interface. The new library wraps the same underlying REST API, so there is no regression in features.
- Loading branch information
Showing
9 changed files
with
326 additions
and
214 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1!9.2.0 | ||
1!9.3.0 |
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.