Skip to content

Commit 1a1cc25

Browse files
committed
add term ImplementationSpecific meaning
1 parent 4f774e3 commit 1a1cc25

File tree

1 file changed

+1
-1
lines changed
  • content/ja/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/ja/docs/concepts/services-networking/ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Events: <none>
118118

119119
Ingressのそれぞれのパスは対応するパスのタイプを持ちます。`pathType`が明示的に指定されていないパスはバリデーションに通らないでしょう。サポートされているパスのタイプは3種類あります。
120120

121-
* `ImplementationSpecific`: このパスタイプでは、パスとの一致はIngressClassに依存します。Ingressの実装はこれを独立した`pathType`と扱うことも、`Prefix``Exact`と同一のパスタイプと扱うこともできます。
121+
* `ImplementationSpecific`(実装に特有): このパスタイプでは、パスとの一致はIngressClassに依存します。Ingressの実装はこれを独立した`pathType`と扱うことも、`Prefix``Exact`と同一のパスタイプと扱うこともできます。
122122

123123
* `Exact`: 大文字小文字を区別して完全に一致するURLパスと一致します。
124124

0 commit comments

Comments
 (0)