@@ -72,7 +72,7 @@ var _ = Describe("test k8s alb gateway using ip targets reconciled by the aws lo
7272 },
7373 }
7474 auxiliaryStack = newAuxiliaryResourceStack (ctx , tf , tgSpec , true )
75- httpr := buildHTTPRoute ([]string {}, []gwv1.HTTPRouteRule {}, & gwListeners [0 ].Name )
75+ httpr := BuildHTTPRoute ([]string {}, []gwv1.HTTPRouteRule {}, & gwListeners [0 ].Name )
7676 By ("deploying stack" , func () {
7777 err := stack .DeployHTTP (ctx , auxiliaryStack , tf , gwListeners , []* gwv1.HTTPRoute {httpr }, lbcSpec , tgSpec , lrcSpec , nil , true )
7878 Expect (err ).NotTo (HaveOccurred ())
@@ -217,7 +217,7 @@ var _ = Describe("test k8s alb gateway using ip targets reconciled by the aws lo
217217 },
218218 }
219219
220- httpr := buildHTTPRoute ([]string {}, httpRouteRuleWithMatchesAndTargetGroupWeights , nil )
220+ httpr := BuildHTTPRoute ([]string {}, httpRouteRuleWithMatchesAndTargetGroupWeights , nil )
221221 By ("deploying stack" , func () {
222222 err := stack .DeployHTTP (ctx , nil , tf , gwListeners , []* gwv1.HTTPRoute {httpr }, lbcSpec , tgSpec , lrcSpec , nil , true )
223223 Expect (err ).NotTo (HaveOccurred ())
@@ -424,7 +424,7 @@ var _ = Describe("test k8s alb gateway using ip targets reconciled by the aws lo
424424 Protocol : gwv1 .HTTPProtocolType ,
425425 },
426426 }
427- httpr := buildHTTPRoute ([]string {}, httpRouteRuleWithMatchesAndFilters , nil )
427+ httpr := BuildHTTPRoute ([]string {}, httpRouteRuleWithMatchesAndFilters , nil )
428428
429429 By ("deploying stack" , func () {
430430 err := stack .DeployHTTP (ctx , nil , tf , gwListeners , []* gwv1.HTTPRoute {httpr }, lbcSpec , tgSpec , lrcSpec , nil , true )
@@ -503,7 +503,7 @@ var _ = Describe("test k8s alb gateway using ip targets reconciled by the aws lo
503503 },
504504 }
505505
506- httpr := buildHTTPRoute ([]string {}, httpRouteRuleWithMultiMatchesInSingleRule , nil )
506+ httpr := BuildHTTPRoute ([]string {}, httpRouteRuleWithMultiMatchesInSingleRule , nil )
507507
508508 By ("deploying stack" , func () {
509509 err := stack .DeployHTTP (ctx , nil , tf , gwListeners , []* gwv1.HTTPRoute {httpr }, lbcSpec , tgSpec , lrcSpec , nil , true )
@@ -687,7 +687,7 @@ var _ = Describe("test k8s alb gateway using ip targets reconciled by the aws lo
687687 }
688688
689689 lrcSpec := elbv2gw.ListenerRuleConfigurationSpec {}
690- httpr := buildHTTPRoute ([]string {}, []gwv1.HTTPRouteRule {}, & gwListeners [0 ].Name )
690+ httpr := BuildHTTPRoute ([]string {}, []gwv1.HTTPRouteRule {}, & gwListeners [0 ].Name )
691691 httpr .Spec .Rules [0 ].Filters = []gwv1.HTTPRouteFilter {
692692 {
693693 Type : gwv1 .HTTPRouteFilterURLRewrite ,
@@ -835,7 +835,7 @@ var _ = Describe("test k8s alb gateway using ip targets reconciled by the aws lo
835835 },
836836 }
837837
838- httpr := buildHTTPRoute ([]string {testHostname }, []gwv1.HTTPRouteRule {}, nil )
838+ httpr := BuildHTTPRoute ([]string {testHostname }, []gwv1.HTTPRouteRule {}, nil )
839839
840840 By ("deploying stack" , func () {
841841 err := stack .DeployHTTP (ctx , nil , tf , gwListeners , []* gwv1.HTTPRoute {httpr }, lbcSpec , tgSpec , lrcSpec , nil , true )
@@ -947,7 +947,7 @@ var _ = Describe("test k8s alb gateway using ip targets reconciled by the aws lo
947947 },
948948 }
949949
950- httpr := buildHTTPRoute ([]string {testHostname }, []gwv1.HTTPRouteRule {}, nil )
950+ httpr := BuildHTTPRoute ([]string {testHostname }, []gwv1.HTTPRouteRule {}, nil )
951951
952952 By ("deploying stack" , func () {
953953 err := stack .DeployHTTP (ctx , nil , tf , gwListeners , []* gwv1.HTTPRoute {httpr }, lbcSpec , tgSpec , lrcSpec , nil , true )
@@ -1099,7 +1099,7 @@ var _ = Describe("test k8s alb gateway using ip targets reconciled by the aws lo
10991099 },
11001100 },
11011101 }
1102- httpr := buildHTTPRoute ([]string {testHostname }, httpRouteRules , nil )
1102+ httpr := BuildHTTPRoute ([]string {testHostname }, httpRouteRules , nil )
11031103
11041104 By ("deploying stack" , func () {
11051105 err := stack .DeployHTTP (ctx , nil , tf , gwListeners , []* gwv1.HTTPRoute {httpr }, lbcSpec , tgSpec , lrcSpec , nil , false )
@@ -1309,7 +1309,7 @@ var _ = Describe("test k8s alb gateway using ip targets reconciled by the aws lo
13091309 },
13101310 },
13111311 }
1312- httpr := buildHTTPRoute ([]string {testHostname }, httpRouteRules , nil )
1312+ httpr := BuildHTTPRoute ([]string {testHostname }, httpRouteRules , nil )
13131313
13141314 By ("deploying stack" , func () {
13151315 err := stack .DeployHTTP (ctx , nil , tf , gwListeners , []* gwv1.HTTPRoute {httpr }, lbcSpec , tgSpec , lrcSpec , oidcSecret , false )
@@ -1478,7 +1478,7 @@ var _ = Describe("test k8s alb gateway using ip targets reconciled by the aws lo
14781478 },
14791479 }
14801480
1481- httpr := buildHTTPRoute ([]string {}, []gwv1.HTTPRouteRule {}, nil )
1481+ httpr := BuildHTTPRoute ([]string {}, []gwv1.HTTPRouteRule {}, nil )
14821482
14831483 By ("deploying stack" , func () {
14841484 err := stack .DeployHTTP (ctx , nil , tf , gwListeners , []* gwv1.HTTPRoute {httpr }, lbcSpec , tgSpec , lrcSpec , nil , true )
0 commit comments