Plugin Extension: improves mutation logs (#107370)

* Plugin Extension: improves  mutation logs

* chore: removes feature toggle

* chore: rename function
This commit is contained in:
Hugo Häggmark
2025-07-01 06:10:57 +02:00
committed by GitHub
parent 38e1f900e7
commit 24138bde70
10 changed files with 32 additions and 69 deletions
@@ -976,10 +976,6 @@ export interface FeatureToggles {
*/
alertingBulkActionsInUI?: boolean;
/**
* Use proxy-based read-only objects for plugin extensions instead of deep cloning
*/
extensionsReadOnlyProxy?: boolean;
/**
* Registers AuthZ /apis endpoint
*/
kubernetesAuthzApis?: boolean;