Translate a table heading in reference/kubectl/jsonpath/ into Japanese
This commit is contained in:
@@ -64,7 +64,7 @@ Kubectlでは、JSONPathの式を使うことで、JSONオブジェクトの特
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Function | Description | Example | Result
|
機能 | 説明 | 例 | 結果
|
||||||
--------------------|---------------------------|-----------------------------------------------------------------|------------------
|
--------------------|---------------------------|-----------------------------------------------------------------|------------------
|
||||||
`text` | プレーンテキスト | `kind is {.kind}` | `kind is List`
|
`text` | プレーンテキスト | `kind is {.kind}` | `kind is List`
|
||||||
`@` | 現在のオブジェクト | `{@}` | 入力した値と同じ値
|
`@` | 現在のオブジェクト | `{@}` | 入力した値と同じ値
|
||||||
|
|||||||
Reference in New Issue
Block a user