How can I trigger the update (redeploy) of the hearth through the k8s golang client.
At the moment, I use these libraries to get information about pods and namespaces:
v1 "k8s.io/api/core/v1
k8s.io/apimachinery/pkg/apis/meta/v1
k8s.io/client-go/kubernetes
k8s.io/client-go/rest
Maybe there is another library or it can be done through linux signals