Google Container Engine API client library
Project description
Google Kubernetes Engine API: The Google Kubernetes Engine API is used for building and managing container based applications, powered by the open source Kubernetes technology.
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.
Supported Python Versions
Python >= 3.6
Deprecated Python Versions
Python == 2.7.
The last version of this library compatible with Python 2.7 is google-cloud-container==1.0.1
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-container
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-container
Next Steps
Read the Client API Documentation to see other available methods on the client.
Read the Product documentation to learn more about the product and see How-to Guides.
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-container-2.3.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69e10c999c64996822aa2ca138cffcdf0f1e04bdbdb7206c286fa17fb800703a |
|
MD5 | c8e368e46cd4dcd7fb56903f9ce8008f |
|
BLAKE2b-256 | 8eb1e434d82d02992080264af5eb9d4378115efb18e0bce41b696fb1dcfcef17 |
Hashes for google_cloud_container-2.3.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca082d30e835b590d6178ffb3339ea84fe1caca2612f816965a73d7c010847dc |
|
MD5 | 832110c4e98ffb82f737662ac815fc8b |
|
BLAKE2b-256 | a740ba50267a83fc425273c293f87c0ef657283cc703d809e8b065001237004e |