Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,6 @@ Windows
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-container

Example Usage
~~~~~~~~~~~~~

.. code:: py

from google.cloud import container_v1

client = container_v1.ClusterManagerClient()

project_id = ''
zone = ''

response = client.list_clusters(project_id, zone)

Next Steps
~~~~~~~~~~
Expand Down