Skip to main content

Google Container Engine API client library

Project description

ga pypi versions

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:

  1. Select or create a Cloud Platform project.

  2. Enable the Google Container Engine API.

  3. Setup Authentication.

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.5

Deprecated Python Versions

Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

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

Example Usage

from google.cloud import container_v1

client = container_v1.ClusterManagerClient()

project_id = ''
zone = ''

response = client.list_clusters(project_id, zone)

Next Steps

Project details


Release history Release notifications | RSS feed

This version

1.0.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

google-cloud-container-1.0.3.tar.gz (185.1 kB view details)

Uploaded Source

Built Distribution

google_cloud_container-1.0.3-py2.py3-none-any.whl (188.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file google-cloud-container-1.0.3.tar.gz.

File metadata

File hashes

Hashes for google-cloud-container-1.0.3.tar.gz
Algorithm Hash digest
SHA256 5b87e47ea10479579a6c1761a4c212d0b27e0e7abdffe9050ba570f7a6cc01c3
MD5 a6225738020c563e3cc8968f1e3c3725
BLAKE2b-256 fa82d60049d1a722365923144c15799af74228ec79de33e116ecef21e065fbbe

See more details on using hashes here.

Provenance

File details

Details for the file google_cloud_container-1.0.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for google_cloud_container-1.0.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9a19efc64fe4bd54162fa1052189d9c417eab50553d8f50c50f8d2a0cfd0c600
MD5 b0db51298c8c6448c68526aaa1e2e9f9
BLAKE2b-256 2c06192825208a444d112d48ae5e898a3ea726dfb7864cac438a1b561fde141b

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page