vmware / cloud-provider-for-cloud-director

Kubernetes External Cloud Provider for VMware Cloud Director
Other
20 stars 30 forks source link

Provision VCD OSE buckets #377

Open srekkas opened 4 months ago

srekkas commented 4 months ago

Is your feature request related to a problem? Please describe.

Cant find way to provision VCD buckets from CSE clusters

Describe the solution you'd like

some kind of CRD, like

kind: VCDObjectBucket
specs:
   bucket-name:
   region: 
   quota:
   replication: 
   etc: 

And save endpoint to config map, credentials to secret.

Describe alternatives you've considered

No response

Additional context

No response