Go Templates

Kubernetes go-templates cheat sheet

Найти все PV с определённым именем PD: 1 kubectl get pv -ogo-template='{{range .items}}{{$pd := index .spec.gcePersistentDisk "pdName"}}{{$pd}}{{"\t"}}{{index .spec.claimRef "name"}}{{"\n"}}{{end}}' --all-namespaces | grep restore