Kubernetes Admission/Mutation Webhooks
IfSentient opened this issue · comments
Austin Pond commented
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).