missing json
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4d17e75e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4d17e75e Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4d17e75e Branch: refs/heads/trunk Commit: 4d17e75e811b11782db49859dfad49c7092b6541 Parents: 8968313 Author: andy <[email protected]> Authored: Tue Jun 20 08:50:03 2017 -0400 Committer: andy <[email protected]> Committed: Tue Jun 20 08:50:03 2017 -0400 ---------------------------------------------------------------------- .../fixtures/gke/zones_us-central1-a_list.json | 29 ++++++++++++++++++++ 1 file changed, 29 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/4d17e75e/libcloud/test/container/fixtures/gke/zones_us-central1-a_list.json ---------------------------------------------------------------------- diff --git a/libcloud/test/container/fixtures/gke/zones_us-central1-a_list.json b/libcloud/test/container/fixtures/gke/zones_us-central1-a_list.json new file mode 100644 index 0000000..5c6770b --- /dev/null +++ b/libcloud/test/container/fixtures/gke/zones_us-central1-a_list.json @@ -0,0 +1,29 @@ +{"clusters": [{ + "currentMasterVersion": "1.6.4", + "currentNodeCount": 3, + "currentNodeVersion": "1.6.4", + "initialClusterVersion": "1.6.4", + "locations": ["us-central1-a"], + "loggingService": "logging.googleapis.com", + "name": "cluster-1", + "network": "default", + "nodeConfig": {"diskSizeGb": 100, + "imageType": "COS", + "machineType": "n1-standard-1", + "oauthScopes": ["https://www.googleapis.com/auth/compute"], + "serviceAccount": "default"}, + "nodeIpv4CidrSize": 24, + "nodePools": [{"autoscaling": {}, + "config": {"diskSizeGb": 100, + "serviceAccount": "default"}, + "initialNodeCount": 3, + "instanceGroupUrls": ["https://www.googleapis.com/compute/v1/projects/project_name"], + "management": {}, + "name": "default-pool", + "status": "RUNNING", + "version": "1.6.4"}], + "selfLink": "https://container.googleapis.com/v1/projects/", + "servicesIpv4Cidr": "XX.XX.XXX.X/20", + "status": "RUNNING", + "subnetwork": "default", + "zone": "us-central1-a"}]}
