pkg/karmadactl/interpret/interpret.go: chore help

Signed-off-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
This commit is contained in:
Mohamed Awnallah 2024-08-29 18:52:51 +00:00
parent 80037ce37f
commit 48e6fe7e0f
1 changed files with 4 additions and 4 deletions

View File

@ -44,13 +44,13 @@ var (
interpretLong = templates.LongDesc(`
Validate, test and edit interpreter customization before applying it to the control plane.
1. Validate the ResourceInterpreterCustomization configuration as per API schema
1. Validate the ResourceInterpreterCustomization configuration as per API schema
and try to load the scripts for syntax check.
2. Run the rules locally and test if the result is expected. Similar to the dry run.
2. Run the rules locally and test if the result is expected. Similar to the dry run.
3. Edit customization. Similar to the kubectl edit.
`)
`)
interpretExample = templates.Examples(`
# Check the customizations in file
@ -82,7 +82,7 @@ var (
# Edit customization
%[1]s interpret -f customization.yml --edit
`)
`)
)
const (