doc/ingress: fixed a code format issue

This commit is contained in:
Yang Li
2020-04-01 16:37:22 +08:00
committed by GitHub
parent 78ffffa116
commit b3b3b5ba59
@@ -124,7 +124,7 @@ Each path in an Ingress has a corresponding path type. There are three supported
path types:
* _`ImplementationSpecific`_ (default): With this path type, matching is up to
the IngressClass. Implementations can treat this as a separate `pathType or
the IngressClass. Implementations can treat this as a separate `pathType` or
treat it identically to `Prefix` or `Exact` path types.
* _`Exact`_: Matches the URL path exactly and with case sensitivity.