Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

fix: Update README.rst #35

Merged
merged 2 commits into from Jul 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 0 additions & 13 deletions README.rst
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