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.
Per original design doc: