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
21 stars 22 forks source link

consider adding labels to OB, Secret, ConfigMap based on provisioner name #57

Open jeffvance opened 5 years ago

jeffvance commented 5 years ago

Per original design doc:

kind: Secret
metadata:
  labels:
    objectbucket.io/PROVISIONER-NAME: [3]
...
1. label may be used to associate all artifacts under a particular provisioner.
kind: ConfigMap
metadata:
  labels:
    objectbucket.io/PROVISIONER-NAME: [3]
...
1. label here associates all artifacts under a spoecific provisioner.
kind: ObjectBucket
metadata:
  labels:
    objectbucket.io/PROVISIONER-NAME: [3]
...
1. label here associates all artifacts under the particular provisioner.