-
Notifications
You must be signed in to change notification settings - Fork 591
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: support Forwarding Rules #1191
compute: support Forwarding Rules #1191
Conversation
72e11d5
to
18e073d
Compare
18e073d
to
101d86a
Compare
4a5dd15
to
87f6f0b
Compare
35e613f
to
ae4de07
Compare
7608316
to
11e2797
Compare
@callmehiphop ptal! I had some issues with the docs tests not having |
* | ||
* @param {module:compute|module:compute/region} scope - The parent scope this | ||
* firewall rule belongs to. | ||
* @param {string} name - Rule name. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
11e2797
to
a42326b
Compare
@@ -24,7 +24,7 @@ var is = require('is'); | |||
var env = require('./env.js'); | |||
var Compute = require('../lib/compute/index.js'); | |||
|
|||
describe('Compute', function() { | |||
describe.only('Compute', function() { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
a42326b
to
ca6965d
Compare
For #1073
This adds support for forwarding rules (regional and global).
To Dos