We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16c17b commit 6ae96a8Copy full SHA for 6ae96a8
internal/controller/indexer/indexer.go
@@ -56,7 +56,7 @@ func GatewayParametersRefIndexFunc(rawObj client.Object) []string {
56
gw := rawObj.(*gatewayv1.Gateway)
57
var keys []string
58
if gw.Spec.Infrastructure != nil && gw.Spec.Infrastructure.ParametersRef != nil {
59
- // now we only case kind: GatewayProxy
+ // now we only care about kind: GatewayProxy
60
if gw.Spec.Infrastructure.ParametersRef.Kind == "GatewayProxy" {
61
keys = append(keys, GenIndexKey(gw.GetNamespace(), string(gw.Spec.Infrastructure.ParametersRef.Name)))
62
}
0 commit comments