Add notification support for GCE.#169
Conversation
|
/assign @LiorLieberman |
66e3e2f to
a14923c
Compare
|
This seems to include changes that are included in other #167. |
a14923c to
eea0854
Compare
Rebased, PTAL! |
LiorLieberman
left a comment
There was a problem hiding this comment.
Sweet, thanks.
I left one comment
/approve
| currentValue := *path.Value | ||
| path.Type = &pmPrefix | ||
| path.Value = common.PtrTo(strings.TrimSuffix(*path.Value, "/*")) | ||
| notify(notifications.WarningNotification, fmt.Sprintf("After conversion, ImplementationSpecific Path %s/* will additionally map to %s. See README.md for details.", currentValue, *path.Value)) |
There was a problem hiding this comment.
maybe instead of README.md, provide a link to the Github to the readme, so the users can click on it
There was a problem hiding this comment.
Yes that makes more sense. Updated both places, PTAL!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LiorLieberman, sawsa307 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/ok-to-test |
eea0854 to
6e27702
Compare
6e27702 to
952ef3e
Compare
|
Just updated the description in the README. I think the discrepancy in ImplementationSpecific translation wasn't as obvious as it should be. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add notification support for GCE.
Which issue(s) this PR fixes:
Fixes #87
Does this PR introduce a user-facing change?: