Docs V1: Add plugin tutorial Chapter 2 - Setup, plugin types, and project scaffold - #7151
Open
rahulshendre wants to merge 2 commits into
Open
Docs V1: Add plugin tutorial Chapter 2 - Setup, plugin types, and project scaffold#7151rahulshendre wants to merge 2 commits into
rahulshendre wants to merge 2 commits into
Conversation
…t scaffold Signed-off-by: rahulshendre <rahulshendre789@gmail.com>
rahulshendre
requested review from
Warashi,
ffjlabo,
khanhtc1202 and
mohammedfirdouss
August 11, 2026 14:02
khanhtc1202
reviewed
Aug 12, 2026
Comment on lines
+49
to
+51
| - **Config** is configuration shared across the plugin, written in the `piped` configuration. | ||
| - **DeployTargetConfig** is configuration for a single deploy target, such as the connection details for a cluster. | ||
| - **ApplicationConfigSpec** is per-application configuration, such as the files an application deploys. |
Member
There was a problem hiding this comment.
Could be better if we have example for each type config or link to the examples/next chapter examples
Contributor
Author
There was a problem hiding this comment.
thanks @khanhtc1202, I have linked the three config types to Chapter 3
Signed-off-by: rahulshendre <rahulshendre789@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does:
Adds Chapter 2 of the Creating a Plugin tutorial, which has sections: creating the project, adding the plugin SDK, and learning which plugin type you are building.
Why we need it:
2nd chapter of the tutorial
Which issue(s) this PR fixes:
Part of #6679
Does this PR introduce a user-facing change?: