-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compute: implement machineType #1441
Conversation
Thank you so much! |
it('should get a list of machineTypes in stream mode', function(done) { | ||
var resultsMatched = 0; | ||
|
||
compute.getZones() |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
PR'd the PR for some small stuff: https://github.com/containership/gcloud-node/pull/3 |
code style + docs + system tests
Yay, Travis is happy! This PR is good to go, however we're in a small code freeze as we prepare for the modularization shift introduced in #1431. After that lands, I'll do the converting to the new type and send yet another PR to your fork. |
Merged via 0f46879 -- thanks again! |
For #1073