Add EditorTemplate to ui.k8s.appscode.com/v1alpha1#654
Merged
Conversation
EditorTemplate is a read-only, create-only action resource that loads the editor model, manifest and resources for an existing installation identified by its metadata. It wraps kubepack.dev/lib-app/pkg/editor.LoadResourceEditorModel (chart_template.go loadEditorModel2) and is served by kube-ui-server under a new editor.ui.k8s.appscode.com API group. Signed-off-by: Tamal Saha <tamal@appscode.com>
92a8200 to
ba39a81
Compare
This was referenced Jun 26, 2026
This was referenced Jun 26, 2026
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
Adds a single read-only, create-only action kind
EditorTemplateto the existingapis/ui/v1alpha1package.EditorTemplateloads the editor model, manifest and resources for an existing installation identified by its metadata (optionalchartRef). It is the aggregated-API equivalent ofkubepack.dev/lib-app/pkg/editor.LoadResourceEditorModel(chart_template.goloadEditorModel2).Generated
make genoutput for the ui group only (deepcopy, openapi, clientset) + oneviolation_exceptions.listentry. Unrelated groups untouched.Part of a 3-repo change: resource-metadata (type) → ui-server (registry) → b3 (consumer).