Relative Content

Tag Archive for gokubernetesannotationssleep

Retrieve integer from annotation

I have a pod.yaml, I want to retrieve a new annotation integer value, to make a sleep. So I used Go to fetch the integer after the name : new-anno. With this value, I want to return a function to make time.Sleep(SleepFunct * timeSecond) on main Part