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

API Validation #108

Open copejon opened 5 years ago

copejon commented 5 years ago

There is nothing in place to provide immediate user feedback for invalid OBC on OB definitions. This should be fixed by either

  1. adding the OpenAPI V3 fields to the CRDs

or

  1. Investigating/implementing the API server webhooks.