We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e60f2 commit e07f91bCopy full SHA for e07f91b
pkg/alb/ingress/alb_spec_test.go
@@ -156,6 +156,7 @@ func fixtureAlbPayload(mods ...func(*albsdk.CreateLoadBalancerPayload)) *albsdk.
156
Name: ptr.To("k8s-ingress-" + testIngressClassName),
157
Listeners: []albsdk.Listener{
158
{
159
+ Name: ptr.To("http"),
160
Port: ptr.To(int32(80)),
161
Protocol: ptr.To("PROTOCOL_HTTP"),
162
Http: &albsdk.ProtocolOptionsHTTP{
0 commit comments