Open jeffvance opened 5 years ago
It is more common (eg Rook does this) to define clientset as *kubernetes.Interface rather than as *kubernetes.Clientset. We should make this change in our provisioner struct.
*kubernetes.Interface
*kubernetes.Clientset
It is more common (eg Rook does this) to define clientset as
*kubernetes.Interface
rather than as*kubernetes.Clientset
. We should make this change in our provisioner struct.