lib/google/cloud/container.rb in google-cloud-container-0.8.1 vs lib/google/cloud/container.rb in google-cloud-container-0.9.0
- old
+ new
@@ -48,10 +48,10 @@
# require "google/cloud/container"
#
# cluster_manager_client = Google::Cloud::Container.new
# project_id_2 = project_id
# zone = "us-central1-a"
- # response = cluster_manager_client.list_clusters(project_id_2, zone)
+ # response = cluster_manager_client.list_clusters(project_id: project_id_2, zone: zone)
# ```
#
# ### Next Steps
# - Read the [Kubernetes Engine API Product documentation][Product Documentation]
# to learn more about the product and see How-to Guides.