-
Notifications
You must be signed in to change notification settings - Fork 616
compute: implement HealthChecks #1276
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 HealthChecks #1276
Conversation
76b405f
to
b8bf85e
Compare
b8bf85e
to
873b88e
Compare
Can we get a docs preview? |
873b88e
to
ffd2de0
Compare
Yep: http://stephenplusplus.github.io/gcloud-node/#/docs/master/compute/health-check Though, the sidebar link tries to load ".../healthCheck" |
@@ -62,6 +62,9 @@ | |||
"title": "Firewall", | |||
"type": "compute/firewall" | |||
}, { | |||
"title": "Health Check", | |||
"type": "compute/healthCheck" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Good call, docs work! http://stephenplusplus.github.io/gcloud-node/#/docs/master/compute/health-check |
Oh, just realized the rest of our API uses camelcase, e.g. |
Went with hyphenation. |
For #1073
Docs preview: http://stephenplusplus.github.io/gcloud-node/#/docs/master/compute/health-check
To Dos