grafana / grafana-app-sdk

An SDK for developing apps for grafana using kubernetes-like storage and operators
Apache License 2.0
48 stars 8 forks source link

Support Options in `resource.Client` Delete Method #456

Open IfSentient opened 3 weeks ago

IfSentient commented 3 weeks ago

There are several options which can be provided in a delete request, we should support at least a subset of these (at the very least, preconditions.resourceVersion) in the resource.Client Delete method.