grafana / grafana-app-sdk

An SDK for developing apps for grafana using kubernetes-like storage and operators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Admission/Mutation Webhooks

IfSentient opened this issue · comments

In order to allow direct access to the underlying kubernetes API server, a user should be able to create admission/mutating webhooks to check for validity and enforce metadata constraints.

We should provide a base mutating webhook that adds the CommonMetadata fields that are extensions on kubernetes metadata, and also add the labels we use internally in the SDK for determining underlying resource version (needed for automated version upgrade support, and for future possible SSA support).