Commit graph

15 commits

Author SHA1 Message Date
Thong Kuah
2e47e1f80e Teach GoogleApi::CloudPlatform::Client#projects_zones_clusters_create about legacy_abac argument
Fix spec warning: removing `initialize' may cause serious problems

Actually verify that `service.create_cluster` is called with expected
request_body and other args
2018-09-14 16:26:51 +12:00
Matija Čupić
b22959cc04
Remove redundant GoogleApi::CloudPlatform::Client methods
The methods removed are #projects_list #get_project_billing_info
as well as #project_zones_list and #project_zone_machine_types_list
2018-05-11 18:45:45 +02:00
Matija Čupić
45b3bcc396
Add zones_list and machine_types_list to Google Cloud API client 2018-03-16 17:50:48 +01:00
Mayra Cabrera
14978ddc53 Modify cluster creation API method to enable legacy_apac as default
GKE 1.8 has RBAC on by default, since GKE has bumped the default version
to 1.8.7 RBAC is now on, and we don't support that out of the box.

This was also avoiding cluster applications (tiller, prometheus, etc), to
be installed.

Closes #41619
2018-02-22 15:27:56 -06:00
Matija Čupić
291480f5e1
Properly CamelCase service name 2017-12-16 02:12:44 +01:00
Matija Čupić
957bedb1c3
Add Google Cloud client project billing info 2017-12-16 00:00:52 +01:00
Matija Čupić
596ea9e368
Add Google Cloud client project list 2017-12-15 19:39:15 +01:00
Matija Čupić
68b43f4d9c
Test usage of custom user agent in GCP Client 2017-12-04 02:19:02 +01:00
Matija Čupić
04c6d10261
Use RequestOptions in GCP Client user_agent_header 2017-12-04 01:59:29 +01:00
Matija Čupić
50c8bd6350
Generate user agent header for GCP Client 2017-12-04 00:53:04 +01:00
bikebilly
fa8c3159da Change default cluster size to n1-standard-2 2017-11-06 15:04:15 +01:00
Kamil Trzcinski
f9d490dbb9 Improve redirect uri state and fix all remaining tests 2017-10-06 16:14:14 +02:00
Shinya Maeda
f293288589 Security fix: redirection in google_api/authorizations_controller 2017-10-06 21:28:40 +09:00
Shinya Maeda
638c616296 Use utc for time comparision 2017-10-06 18:23:53 +09:00
Shinya Maeda
31c8925882 spec/lib/google_api/auth_spec. spec/lib/google_api/cloud_platform/client_spec 2017-10-05 18:17:21 +09:00