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`.
92
92
- [ Story 3] ( #story-3 )
93
93
- [ Story 4] ( #story-4 )
94
94
- [ Story 5] ( #story-5 )
95
+ - [ Story 6] ( #story-6 )
95
96
- [ Notes/Constraints/Caveats (Optional)] ( #notesconstraintscaveats-optional )
96
97
- [ Risks and Mitigations] ( #risks-and-mitigations )
97
98
- [ Design Details] ( #design-details )
@@ -533,7 +534,7 @@ We can mix the 2 management models above.
533
534
We can manage the source code of the Kustomize provided KRM functions in-tree.
534
535
Generic KRM functions like set-labels, set-annotations and set-namespace can be
535
536
included. 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
537
538
about how to organize their functions.
538
539
539
540
The model of centralized index with distributed release is more flexible and
@@ -728,7 +729,7 @@ definitions:
728
729
A URI pointing to a README.md that describe the details of how to
729
730
use the KRM function. It should at least cover what the function
730
731
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.
732
733
type : string
733
734
examples :
734
735
description : |
You can’t perform that action at this time.
0 commit comments