kyaml: New documentation for annotations and fns (apis)

This commit is contained in:
Phillip Wittrock
2019-11-22 13:07:31 -08:00
parent 980209e87c
commit bf8af8efba
4 changed files with 672 additions and 0 deletions

View File

@@ -43,6 +43,16 @@ func main() {
Short: "Documentation for merging Resources (3-way merge).",
Long: api.Merge3Long,
})
root.AddCommand(&cobra.Command{
Use: "docs-fn",
Short: "Documentation for writing containerized functions run by run-fns.",
Long: api.ConfigFnLong,
})
root.AddCommand(&cobra.Command{
Use: "docs-io-annotations",
Short: "Documentation for annotations used by io.",
Long: api.ConfigIoLong,
})
if err := root.Execute(); err != nil {
os.Exit(1)