-
Notifications
You must be signed in to change notification settings - Fork 1
Update the repo structure #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Some decriptions are copied from the README of the kpt repo. Signed-off-by: Gergely Csatari <[email protected]>
| off-the-shelf, tested functions. kpt makes configuration easy to create and transform, via reusable functions. Because | ||
| they are expected to be used for in-place transformation, the functions need to be idempotent. | ||
| - [krm-function-sdk](https://github.com/kptdev/krm-functions-sdk): Any general-purpose or domain-specific language can | ||
| be used to create functions to transform and/or validate the YAML KRM input/output format, but we provide SDKs to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since go will be the only maintained SDK for a while, I suugest:
"Any general-purpose or domain-specific language can be used to create functions to transform and/or validate the YAML KRM input/output format, but in this repository we provide an SDK to simplify the function authoring process specifically in Go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Gergely Csatari <[email protected]>
| - [krm-function-sdk](https://github.com/kptdev/krm-functions-sdk): Any general-purpose or domain-specific language can | ||
| be used to create functions to transform and/or validate the YAML KRM input/output format, but we provide SDKs to | ||
| simplify the function authoring process in [Go](https://kpt.dev/book/05-developing-functions/02-developing-in-Go). | ||
| - [kpt-backstage-plugins](https://github.com/kptdev/kpt-backstage-plugins): We've created a proof-of-concept UI in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This repository is archived, should we mention that? Or, why include it here?
Some decriptions are copied from the README of the kpt repo.