Skip to content

feat(pluginpresets): simple expression evaluation in PluginPreset#1934

Open
k-fabryczny wants to merge 2 commits into
mainfrom
feat/simple-expresion-in-plugin-preset
Open

feat(pluginpresets): simple expression evaluation in PluginPreset#1934
k-fabryczny wants to merge 2 commits into
mainfrom
feat/simple-expresion-in-plugin-preset

Conversation

@k-fabryczny
Copy link
Copy Markdown

@k-fabryczny k-fabryczny commented Apr 21, 2026

Description

Simple expression evaluation in PluginPreset

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation Update
  • 🎨 Style
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🤖 Build
  • 🔁 CI
  • 📦 Chore (Release)
  • ⏩ Revert

Related Tickets & Documents

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help
  • Separate ticket for tests # (issue/pr)

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Added to documentation?

  • 📜 README.md
  • 🤝 Documentation pages updated
  • 🙅 no documentation needed
  • (if applicable) generated OpenAPI docs for CRD changes

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes

@k-fabryczny k-fabryczny requested a review from a team as a code owner April 21, 2026 07:24
@k-fabryczny k-fabryczny changed the title feat(pluginpresets): Simple expression evaluation in PluginPreset #1774 feat(pluginpresets): simple expression evaluation in PluginPreset #1774 Apr 21, 2026
@abhijith-darshan abhijith-darshan changed the title feat(pluginpresets): simple expression evaluation in PluginPreset #1774 feat(pluginpresets): simple expression evaluation in PluginPreset May 12, 2026

releaseName := getReleaseName(plugin, preset)

resolvedValues, err := r.resolveExpressionsForPreset(ctx, preset, &cluster)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to hide it behind a feature toggle....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants