kube-object-storage / lib-bucket-provisioner

Library for the dynamic provisioning of object store buckets to be used by object store providers.
Apache License 2.0
20 stars 22 forks source link

golint and refactoring #50

Closed copejon closed 5 years ago

copejon commented 5 years ago

export controller since it's a returned type

remove config from NewProvisioner, replaced with namespace string

Signed-off-by: Jon Cope jcope@redhat.com

refactoring including unexporting variables and fields and adding comments

Signed-off-by: Jon Cope jcope@redhat.com

go vet

Signed-off-by: Jon Cope jcope@redhat.com