docs: document ref:// plugin reference syntax - #5204
Conversation
Documents the ref:// plugin reference syntax for the init container,
matching the behaviour of the operator. Adds ref://plugin-name to the
package field description, updates the default plugin activation example
to show ref:// as the preferred approach, and adds a Plugin References
section covering syntax, supported targets, and the relationship to
{{inherit}}.
Ref: https://redhat.atlassian.net/browse/RHIDP-15876
Signed-off-by: Jon Koops <jonkoops@gmail.com>
|
|
The container image build workflow finished with status: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5204 +/- ##
==========================================
- Coverage 63.69% 59.96% -3.74%
==========================================
Files 123 111 -12
Lines 2424 2198 -226
Branches 572 527 -45
==========================================
- Hits 1544 1318 -226
Misses 879 879
Partials 1 1
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
|
||
| This resolves to the full package URL from the included configuration, so you do not need to know the registry, path, or version. | ||
|
|
||
| `ref://` supports OCI, HTTP(S), and local path targets. NPM package references are not supported as `ref://` targets. |
There was a problem hiding this comment.
Note, we support only oci: based catalog and it is not going to change AFAIK.
In general, I would remove this sentence.
|
This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 21 days. |
|
This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 21 days. |



Documents the
ref://plugin reference syntax for the init container, matching the behaviour of the operator. Addsref://plugin-nameto thepackagefield description, updates the default plugin activation example to showref://as the preferred approach, and adds a "Plugin References" section covering syntax, supported targets, and the relationship to{{inherit}}.RHIDP-15876