Fn framework template and process options

- Refactor framework code to be simpler
- Add TemplatesFn feature
- Add PreProcessFilters feature
- Add PostProcessFilters features
- Add TemplatesFromDir
- Add PatchTemplatesFromDir
- Add PatchContainerTemplatesFromDir
This commit is contained in:
Phillip Wittrock
2020-11-25 09:27:51 -08:00
parent c9ab1270fa
commit 736f110f04
12 changed files with 598 additions and 117 deletions

View File

@@ -0,0 +1,6 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0
env:
key: {{ .Key }}
value: {{ .Value }}