Skip to content

Commit

Permalink
docs(kic): fix ingress to gateway migration plugins conversion (#8138)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdez authored Dec 13, 2024
1 parent 2e7d3d0 commit f8a6754
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Such a list is improved over time.
| REQUIRED [`kubernetes.io/ingress.class`](#kubernetesioingressclass) | `gateway.spec.gatewayClassName` |
| [`konghq.com/methods`](#konghqcommethods) | `httpRoute.spec.rules[*].matches[*].method` |
| [`konghq.com/headers.*`](#konghqcomheaders) | `httpRoute.spec.rules[*].matches[*].headers` |
| [`konghq.com/plugins`](#konghqcomplugins) | `httpRoute.spec.rules[*].matches[*].headers` |
| [`konghq.com/plugins`](#konghqcomplugins) | `httpRoute.spec.rules[*].filters` |

## Features

Expand Down

0 comments on commit f8a6754

Please sign in to comment.