Can anyone tell me how to list all namespaces in k8s using Go? I have been referencing this link but couldn't find anything that can list all namespaces.
Link: https://pkg.go.dev/github.com/gruntwork-io/terratest/modules/k8s
I don't see any ListNamespaces
functions for the k8s package in Go.