-
Notifications
You must be signed in to change notification settings - Fork 903
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(provider/gce): Support named ports for global LBs.
- Loading branch information
Showing
11 changed files
with
172 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
app/scripts/modules/google/src/loadBalancer/configure/ssl/portName.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<div class="container-fluid form-horizontal"> | ||
<ng-form name="portName"> | ||
<div class="form-group"> | ||
<div class="col-md-4 sm-label-right"> | ||
Port Name | ||
<help-field key="gce.loadBalancer.portName"></help-field> | ||
</div> | ||
<div class="col-md-4"> | ||
<input type="text" | ||
required | ||
class="form-control input-sm" | ||
ng-model="ctrl.loadBalancer.backendService.portName"/> | ||
</div> | ||
</div> | ||
</ng-form> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
app/scripts/modules/google/src/loadBalancer/configure/tcp/portName.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<div class="container-fluid form-horizontal"> | ||
<ng-form name="portName"> | ||
<div class="form-group"> | ||
<div class="col-md-4 sm-label-right"> | ||
Port Name | ||
<help-field key="gce.loadBalancer.portName"></help-field> | ||
</div> | ||
<div class="col-md-4"> | ||
<input type="text" | ||
required | ||
class="form-control input-sm" | ||
ng-model="ctrl.loadBalancer.backendService.portName"/> | ||
</div> | ||
</div> | ||
</ng-form> | ||
</div> |
54 changes: 42 additions & 12 deletions
54
...rverGroup/configure/wizard/loadBalancingPolicy/loadBalancingPolicySelector.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters