Go’s reflection API is quite the unknown for many developers. In this article, I’ll use it in a familiar scenario to show that it can help you in your day to day coding. ScenarioImagine that—for testing purposes—we want to regularly call a method in a random member in the Kubernetes Client API to check that the cluster is responding properly to our requests. So, with c being a Kubernetes.Clientset