File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
keps/sig-cli/2985-public-krm-functions-registry Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ tags, and then generate with `hack/update-toc.sh`.
9292 - [ Story 3] ( #story-3 )
9393 - [ Story 4] ( #story-4 )
9494 - [ Story 5] ( #story-5 )
95+ - [ Story 6] ( #story-6 )
9596 - [ Notes/Constraints/Caveats (Optional)] ( #notesconstraintscaveats-optional )
9697 - [ Risks and Mitigations] ( #risks-and-mitigations )
9798- [ Design Details] ( #design-details )
@@ -533,7 +534,7 @@ We can mix the 2 management models above.
533534We can manage the source code of the Kustomize provided KRM functions in-tree.
534535Generic KRM functions like set-labels, set-annotations and set-namespace can be
535536included. All the KRM functions provided by kustomize must go through a security
536- audit. These in-tree KRM funcitons can serve as examples for other publishers
537+ audit. These in-tree KRM functions can serve as examples for other publishers
537538about how to organize their functions.
538539
539540The model of centralized index with distributed release is more flexible and
@@ -728,7 +729,7 @@ definitions:
728729 A URI pointing to a README.md that describe the details of how to
729730 use the KRM function. It should at least cover what the function
730731 does and what functionConfig does it support and it should give
731- detailed explaination about each field in the functionConfig.
732+ detailed explanation about each field in the functionConfig.
732733 type : string
733734 examples :
734735 description : |
You can’t perform that action at this time.
0 commit comments