gcloud-utils
gcloud-utils copied to clipboard
Global package for Cloud Management in Python
# Pull Request Template ## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are...
#### Description googleapiclient.errors.UnknownApiNameOrVersion: name: cloudfunctions version: v1beta2 API needs to be upgraded to just 'v1' #### To Reproduce Try to create a Functions object... #### Tasks - [ ] Update...
Created test for function `list_functions` Issue #26
Created test for function `describe_function` Issue #26
Replace googleapiclient with dataproc python package #15 # Pull Request Template ## Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation...
Now we have an issue with Storage and Compute Engine coverage. Actually, Storage is with 43% of coverage and Compute Engine is with 0%. This issue should be solved when...
## Implement unit tests to cloud functions - Tests - [ ] Function deploy - [ ] Execute - [ ] List functions - [ ] Describe functions - [...
Now we currently support some services from Google: - Compute - Data Proc - ML Engine - Storage - BigQuery We should support from AWS these similar: - Compute as...
# Stale bot Warns and then closes issues and PRs that have had no activity for a specified amount of time. ## How it works - After a period of...
Allow Cloud Functions to support multiple language runtimes - - [ ] Node.js 6 (deprecated) - - [ ] Node.js 8 - - [ ] Node.js 10 (Beta) - -...