Translate a table heading in reference/kubectl/jsonpath/ into Japanese

This commit is contained in:
lethe2211
2020-11-24 21:46:58 +09:00
parent 332beb7054
commit 8e9b1564a9
@@ -64,7 +64,7 @@ Kubectlでは、JSONPathの式を使うことで、JSONオブジェクトの特
}
```
Function | Description | Example | Result
機能 | 説明 | | 結果
--------------------|---------------------------|-----------------------------------------------------------------|------------------
`text` | プレーンテキスト | `kind is {.kind}` | `kind is List`
`@` | 現在のオブジェクト | `{@}` | 入力した値と同じ値