crossplane-contrib / provider-kubernetes

Crossplane provider to provision and manage Kubernetes objects on (remote) Kubernetes clusters.
Apache License 2.0
136 stars 80 forks source link

Promote Object and ProviderConfig APIs to beta #260

Open turkenh opened 1 month ago

turkenh commented 1 month ago

What problem are you facing?

Object and ProviderConfig APIs are still alpha, i.e. v1alpha2 and v1alpha1 respectively. We need to promote them to v1beta1 before releasing v1.0.0.

We should better have a closer look at the available fields in the Object type and consider whether it makes sense to promote them or not.

How could Crossplane help solve your problem?

Promote Object and ProviderConfig APIs to beta