Merge pull request #41243 from Arhell/ja-upd-go-pack

[ja] update link of go package text/template
pull/41305/head
Kubernetes Prow Robot 2023-05-24 04:38:50 -07:00 committed by GitHub
commit d48c5cfdfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ kubectl get pods --namespace kube-system -o jsonpath="{..image}"
## jsonpathの代わりにgo-templateを使用してコンテナイメージを一覧表示する {#list-container-images-using-a-go-template-instead-of-jsonpath}
jsonpathの代わりに、kubectlは[go-templates](https://golang.org/pkg/text/template/)を使用した出力のフォーマットをサポートしています:
jsonpathの代わりに、kubectlは[go-templates](https://pkg.go.dev/text/template)を使用した出力のフォーマットをサポートしています:
```shell
@ -105,7 +105,7 @@ kubectl get pods --all-namespaces -o go-template --template="{{range .items}}{{r
### 参照
* [jsonpath](/docs/reference/kubectl/jsonpath/)参照ガイド
* [Go template](https://golang.org/pkg/text/template/)参照ガイド
* [Go template](https://pkg.go.dev/text/template)参照ガイド

View File

@ -93,7 +93,7 @@ spec:
* [コンテナ](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#container-v1-core)の`terminationMessagePath`フィールド参照
* [ログ取得](/docs/concepts/cluster-administration/logging/)について
* [Goテンプレート](https://golang.org/pkg/text/template/)について
* [Goテンプレート](https://pkg.go.dev/text/template)について