mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-18 15:27:45 +00:00
Added helper functions to support simplified policy architecture: - extractRenderedSpec() - extract spec from policy results - extractRenderedMetadata() - extract labels/annotations/context - applyMetadataToApp() - apply metadata to Application CR - applySpecToApp() - apply spec to Application - renderAllPolicies() - render both global and explicit policies together These will be used in the refactored ApplyApplicationScopeTransforms. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>