kubectl get -o jsonpath

kubectl get -o jsonpath=={..something} 会自动递归匹配到key为something的value kubectl get -o jsonpath=={.a.b.something} 会精确匹配到.a.b下key为something的value 在 JSON里[]是

posted on 2022-01-21 15:42  yangras  阅读(679)  评论(0编辑  收藏  举报

导航