File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/id/docs/tasks/access-application-cluster Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ kubectl get pods --namespace kube-system -o jsonpath="{.items[*].spec.containers
100100
101101## Membuat daftar _ image_ Container dengan menggunakan go-template sebagai alternatif dari jsonpath
102102
103- Sebagai alternatif untuk ` jsonpath ` , kubectl mendukung penggunaan [ go-template] ( https://golang.org/pkg/ text/template/ )
103+ Sebagai alternatif untuk ` jsonpath ` , kubectl mendukung penggunaan [ go-template] ( https://pkg.go.dev/ text/template )
104104untuk memformat keluaran seperti berikut:
105105
106106
@@ -122,7 +122,7 @@ kubectl get pods --all-namespaces -o go-template --template="{{range .items}}{{r
122122### Referensi
123123
124124* Referensi panduan [ Jsonpath] ( /docs/user-guide/jsonpath/ ) .
125- * Referensi panduan [ Go template] ( https://golang.org/pkg/ text/template/ ) .
125+ * Referensi panduan [ Go template] ( https://pkg.go.dev/ text/template ) .
126126
127127
128128
You can’t perform that action at this time.
0 commit comments