Skip to content

refactor(pluginpresets): dedicated pluginspec for PluginPreset#1528

Closed
IvoGoman wants to merge 1 commit into
mainfrom
refactor/split-preset-plugin-spec
Closed

refactor(pluginpresets): dedicated pluginspec for PluginPreset#1528
IvoGoman wants to merge 1 commit into
mainfrom
refactor/split-preset-plugin-spec

Conversation

@IvoGoman
Copy link
Copy Markdown
Contributor

Description

not all values of a PluginSpec may be set in a PluginPreset. this provides a copy of the PluginSpec for use in PluginPreset types. this avoids additional validation to ensure these values are not set or unexpected behaviour if they are ignored by the controller.

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

@IvoGoman IvoGoman requested a review from a team as a code owner October 16, 2025 14:14
@github-actions github-actions Bot added core-apis helm-charts documentation Improvements or additions to documentation labels Oct 16, 2025
@IvoGoman IvoGoman force-pushed the refactor/split-preset-plugin-spec branch 2 times, most recently from 4cf5227 to 1ed39e6 Compare October 17, 2025 11:58
@IvoGoman IvoGoman force-pushed the refactor/split-preset-plugin-spec branch from 00f917e to aebced6 Compare October 31, 2025 15:35
not all values of a PluginSpec may be set in a PluginPreset.
this provides a copy of the PluginSpec for use in PluginPreset types.
this avoids additional validation to ensure these values are not
set or unexpected behaviour if they are ignored by the controller.
@IvoGoman IvoGoman force-pushed the refactor/split-preset-plugin-spec branch from 22ceca2 to a433dc6 Compare November 3, 2025 08:38
@github-actions
Copy link
Copy Markdown

This PR is stale because it has been open for 45 days with no activity.

@github-actions github-actions Bot added the stale label Dec 19, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 2, 2026

This PR was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions Bot closed this Jan 2, 2026
@IvoGoman IvoGoman deleted the refactor/split-preset-plugin-spec branch April 21, 2026 08:48
@IvoGoman IvoGoman restored the refactor/split-preset-plugin-spec branch May 13, 2026 08:12
@IvoGoman IvoGoman reopened this May 13, 2026
@github-actions github-actions Bot removed the stale label May 14, 2026
@IvoGoman IvoGoman marked this pull request as draft May 19, 2026 09:05
@IvoGoman
Copy link
Copy Markdown
Contributor Author

superseded by #2000

@IvoGoman IvoGoman closed this May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-apis documentation Improvements or additions to documentation helm-charts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant