Skip to content

Commit

Permalink
add ecmp to initialisms (#226)
Browse files Browse the repository at this point in the history
Issue #, if available:
aws-controllers-k8s/ec2-controller#17

Description of changes:
 - Add ECMP as an initialism. Currently used in ec2.TransitGateway
 - Regenerated TGW in EC2 controller and tested w/ `make kind-test` ✅

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
bwagner5 authored Oct 19, 2021
1 parent 0a8fc32 commit 7dd0760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/names/names.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ var (
{"Ecr", "ECR", "ecr", nil},
{"Efs", "EFS", "efs", nil},
{"Eks", "EKS", "eks", nil},
{"Ecmp", "ECMP", "ecmp", nil},
{"Fpga", "FPGA", "fpga", nil},
{"Gpu", "GPU", "gpu", nil},
{"Html", "HTML", "html", nil},
Expand Down
1 change: 1 addition & 0 deletions pkg/names/names_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func TestNames(t *testing.T) {
{"Iops", "IOPS", "iops", "iops"},
{"IoPerformance", "IOPerformance", "ioPerformance", "io_performance"},
{"Vlan", "VLAN", "vlan", "vlan"},
{"Ecmp", "ECMP", "ecmp", "ecmp"},
}
for _, tc := range testCases {
n := names.New(tc.original)
Expand Down

0 comments on commit 7dd0760

Please sign in to comment.