Google Cloud Deploy API client library
Project description
Google Cloud Deploy: Deliver continuously to Google Kubernetes Engine. Deploy to Google Kubernetes Engine in minutes. Define pipelines in code and let Google Cloud Deploy handle rollouts. Scale pipelines across your organization, while having a cross-project, centralized view.
Quick Start
In order to use this library, you first need to go through the following steps:
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-deploy
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-deploy
Next Steps
Read the Client Library Documentation for Google Cloud Deploy to see other available methods on the client.
Read the Google Cloud Deploy Product documentation to learn more about the product and see How-to Guides.
View this README to see the full list of Cloud APIs that we cover.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for google-cloud-deploy-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd1cf05af5c9cd004b93a44abeab88109a7f88f373a6940192451a8cec549342 |
|
MD5 | 8f708ecd05028d03bda0cd823e444545 |
|
BLAKE2b-256 | bf5381d149ebb51d19ffb7ee45bc98dc1d2033992ad0fad72c72e29f89cd49ea |
Hashes for google_cloud_deploy-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7974d31fea868101a03c64d407e250bd9b35eb9168d00cd4c8706a8c53c46ba7 |
|
MD5 | 939987ae158cec1e2a2bd19733fee178 |
|
BLAKE2b-256 | 66ddf0367bbe2f88cb3082e8c56d274cdf1527f6ee604becbf700a8a6f9a3579 |