yard-turkey / aws-s3-provisioner

21 stars 16 forks source link

change clientset in provisioner struct #70

Open jeffvance opened 5 years ago

jeffvance commented 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.