Ingress Path Types: Fix typo
This patch adds a closing backtick to "pathType" so the whole sentence won't render as code.
This commit is contained in:
@@ -124,7 +124,7 @@ Each path in an Ingress has a corresponding path type. There are three supported
|
|||||||
path types:
|
path types:
|
||||||
|
|
||||||
* _`ImplementationSpecific`_ (default): With this path type, matching is up to
|
* _`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.
|
treat it identically to `Prefix` or `Exact` path types.
|
||||||
|
|
||||||
* _`Exact`_: Matches the URL path exactly and with case sensitivity.
|
* _`Exact`_: Matches the URL path exactly and with case sensitivity.
|
||||||
|
|||||||
Reference in New Issue
Block a user