// Get a clientset with in-cluster config. func getClient() *kubernetes.Clientset { … } func configTLS(config Config, clientset *kubernetes.Clientset) *tls.Config { … }
// Get a clientset with in-cluster config. func getClient() *kubernetes.Clientset { … } func configTLS(config Config, clientset *kubernetes.Clientset) *tls.Config { … }