about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-20T22·13+0000
committerVincent Ambo <tazjin@google.com>2019-12-20T22·13+0000
commit795a97466527a5f02e79e47b7fb316c78ffde667 (patch)
tree541912f41f01aa8ae5952030df6d3aeb7bd3baa3 /ops
parent064f65dec295144dc8d440ebcf63f08eb154169d (diff)
chore(kontemplate): Prepare kontemplate for depot-merge
This merge will not yet include moving over to buildGo.nix, as support
for testing and such is not present in that library yet.
Diffstat (limited to '')
-rw-r--r--ops/kontemplate/.gitignore (renamed from .gitignore)0
-rw-r--r--ops/kontemplate/LICENSE (renamed from LICENSE)0
-rw-r--r--ops/kontemplate/README.md (renamed from README.md)0
-rwxr-xr-xops/kontemplate/build-release.sh (renamed from build-release.sh)0
-rw-r--r--ops/kontemplate/context/context.go (renamed from context/context.go)0
-rw-r--r--ops/kontemplate/context/context_test.go (renamed from context/context_test.go)0
-rw-r--r--ops/kontemplate/context/testdata/collections-test.yaml (renamed from context/testdata/collections-test.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/default-loading.yaml (renamed from context/testdata/default-loading.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/default/default.yaml (renamed from context/testdata/default/default.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/explicit-path.yaml (renamed from context/testdata/explicit-path.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/explicit-subresource-path.yaml (renamed from context/testdata/explicit-subresource-path.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/flat-test.yaml (renamed from context/testdata/flat-test.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/flat-with-args-test.yaml (renamed from context/testdata/flat-with-args-test.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/import-vars-simple.yaml (renamed from context/testdata/import-vars-simple.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/merging/context.yaml (renamed from context/testdata/merging/context.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/merging/import-vars.yaml (renamed from context/testdata/merging/import-vars.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/merging/resource/default.yaml (renamed from context/testdata/merging/resource/default.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/merging/resource/output.yaml (renamed from context/testdata/merging/resource/output.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/parent-variable-override.yaml (renamed from context/testdata/parent-variable-override.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/parent-variables.yaml (renamed from context/testdata/parent-variables.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/test-vars-override.yaml (renamed from context/testdata/test-vars-override.yaml)0
-rw-r--r--ops/kontemplate/context/testdata/test-vars.yaml (renamed from context/testdata/test-vars.yaml)0
-rw-r--r--ops/kontemplate/default.nix (renamed from default.nix)0
-rw-r--r--ops/kontemplate/deps.nix (renamed from deps.nix)0
-rw-r--r--ops/kontemplate/docs/cluster-config.md (renamed from docs/cluster-config.md)0
-rw-r--r--ops/kontemplate/docs/resource-sets.md (renamed from docs/resource-sets.md)0
-rw-r--r--ops/kontemplate/docs/templates.md (renamed from docs/templates.md)0
-rw-r--r--ops/kontemplate/docs/tips-and-tricks.md (renamed from docs/tips-and-tricks.md)0
-rw-r--r--ops/kontemplate/example/other-config.yaml (renamed from example/other-config.yaml)0
-rw-r--r--ops/kontemplate/example/prod-cluster.json (renamed from example/prod-cluster.json)0
-rw-r--r--ops/kontemplate/example/prod-cluster.yaml (renamed from example/prod-cluster.yaml)0
-rw-r--r--ops/kontemplate/example/some-api/some-api.yaml (renamed from example/some-api/some-api.yaml)0
-rw-r--r--ops/kontemplate/example/some-api/some.cfg (renamed from example/some-api/some.cfg)0
-rw-r--r--ops/kontemplate/image/Dockerfile (renamed from image/Dockerfile)0
-rw-r--r--ops/kontemplate/image/README.md (renamed from image/README.md)0
-rw-r--r--ops/kontemplate/image/hashes (renamed from image/hashes)0
-rw-r--r--ops/kontemplate/main.go (renamed from main.go)0
-rw-r--r--ops/kontemplate/release.nix (renamed from release.nix)0
-rw-r--r--ops/kontemplate/templater/dns.go (renamed from templater/dns.go)0
-rw-r--r--ops/kontemplate/templater/pass.go (renamed from templater/pass.go)0
-rw-r--r--ops/kontemplate/templater/templater.go (renamed from templater/templater.go)0
-rw-r--r--ops/kontemplate/templater/templater_test.go (renamed from templater/templater_test.go)0
-rw-r--r--ops/kontemplate/templater/testdata/test-default.txt (renamed from templater/testdata/test-default.txt)0
-rw-r--r--ops/kontemplate/templater/testdata/test-insertTemplate.txt (renamed from templater/testdata/test-insertTemplate.txt)0
-rw-r--r--ops/kontemplate/templater/testdata/test-template.txt (renamed from templater/testdata/test-template.txt)0
-rw-r--r--ops/kontemplate/util/util.go (renamed from util/util.go)0
-rw-r--r--ops/kontemplate/util/util_test.go (renamed from util/util_test.go)0
47 files changed, 0 insertions, 0 deletions
diff --git a/.gitignore b/ops/kontemplate/.gitignore
index 53a04aab3a..53a04aab3a 100644
--- a/.gitignore
+++ b/ops/kontemplate/.gitignore
diff --git a/LICENSE b/ops/kontemplate/LICENSE
index 94a9ed024d..94a9ed024d 100644
--- a/LICENSE
+++ b/ops/kontemplate/LICENSE
diff --git a/README.md b/ops/kontemplate/README.md
index f95c9a1e0d..f95c9a1e0d 100644
--- a/README.md
+++ b/ops/kontemplate/README.md
diff --git a/build-release.sh b/ops/kontemplate/build-release.sh
index e4258c53dd..e4258c53dd 100755
--- a/build-release.sh
+++ b/ops/kontemplate/build-release.sh
diff --git a/context/context.go b/ops/kontemplate/context/context.go
index 2d0378a0ec..2d0378a0ec 100644
--- a/context/context.go
+++ b/ops/kontemplate/context/context.go
diff --git a/context/context_test.go b/ops/kontemplate/context/context_test.go
index 7ecd9d587d..7ecd9d587d 100644
--- a/context/context_test.go
+++ b/ops/kontemplate/context/context_test.go
diff --git a/context/testdata/collections-test.yaml b/ops/kontemplate/context/testdata/collections-test.yaml
index a619c8cfdd..a619c8cfdd 100644
--- a/context/testdata/collections-test.yaml
+++ b/ops/kontemplate/context/testdata/collections-test.yaml
diff --git a/context/testdata/default-loading.yaml b/ops/kontemplate/context/testdata/default-loading.yaml
index d589c99b4e..d589c99b4e 100644
--- a/context/testdata/default-loading.yaml
+++ b/ops/kontemplate/context/testdata/default-loading.yaml
diff --git a/context/testdata/default/default.yaml b/ops/kontemplate/context/testdata/default/default.yaml
index 0ffa3cd81f..0ffa3cd81f 100644
--- a/context/testdata/default/default.yaml
+++ b/ops/kontemplate/context/testdata/default/default.yaml
diff --git a/context/testdata/explicit-path.yaml b/ops/kontemplate/context/testdata/explicit-path.yaml
index 2c81f83c09..2c81f83c09 100644
--- a/context/testdata/explicit-path.yaml
+++ b/ops/kontemplate/context/testdata/explicit-path.yaml
diff --git a/context/testdata/explicit-subresource-path.yaml b/ops/kontemplate/context/testdata/explicit-subresource-path.yaml
index 6cf8618322..6cf8618322 100644
--- a/context/testdata/explicit-subresource-path.yaml
+++ b/ops/kontemplate/context/testdata/explicit-subresource-path.yaml
diff --git a/context/testdata/flat-test.yaml b/ops/kontemplate/context/testdata/flat-test.yaml
index dd7804f719..dd7804f719 100644
--- a/context/testdata/flat-test.yaml
+++ b/ops/kontemplate/context/testdata/flat-test.yaml
diff --git a/context/testdata/flat-with-args-test.yaml b/ops/kontemplate/context/testdata/flat-with-args-test.yaml
index 29d3334fb5..29d3334fb5 100644
--- a/context/testdata/flat-with-args-test.yaml
+++ b/ops/kontemplate/context/testdata/flat-with-args-test.yaml
diff --git a/context/testdata/import-vars-simple.yaml b/ops/kontemplate/context/testdata/import-vars-simple.yaml
index 12244e1ab1..12244e1ab1 100644
--- a/context/testdata/import-vars-simple.yaml
+++ b/ops/kontemplate/context/testdata/import-vars-simple.yaml
diff --git a/context/testdata/merging/context.yaml b/ops/kontemplate/context/testdata/merging/context.yaml
index df30d3d8cb..df30d3d8cb 100644
--- a/context/testdata/merging/context.yaml
+++ b/ops/kontemplate/context/testdata/merging/context.yaml
diff --git a/context/testdata/merging/import-vars.yaml b/ops/kontemplate/context/testdata/merging/import-vars.yaml
index 2a51352571..2a51352571 100644
--- a/context/testdata/merging/import-vars.yaml
+++ b/ops/kontemplate/context/testdata/merging/import-vars.yaml
diff --git a/context/testdata/merging/resource/default.yaml b/ops/kontemplate/context/testdata/merging/resource/default.yaml
index 040a19aaba..040a19aaba 100644
--- a/context/testdata/merging/resource/default.yaml
+++ b/ops/kontemplate/context/testdata/merging/resource/default.yaml
diff --git a/context/testdata/merging/resource/output.yaml b/ops/kontemplate/context/testdata/merging/resource/output.yaml
index 5920b27207..5920b27207 100644
--- a/context/testdata/merging/resource/output.yaml
+++ b/ops/kontemplate/context/testdata/merging/resource/output.yaml
diff --git a/context/testdata/parent-variable-override.yaml b/ops/kontemplate/context/testdata/parent-variable-override.yaml
index 42676c3028..42676c3028 100644
--- a/context/testdata/parent-variable-override.yaml
+++ b/ops/kontemplate/context/testdata/parent-variable-override.yaml
diff --git a/context/testdata/parent-variables.yaml b/ops/kontemplate/context/testdata/parent-variables.yaml
index 8459fd3040..8459fd3040 100644
--- a/context/testdata/parent-variables.yaml
+++ b/ops/kontemplate/context/testdata/parent-variables.yaml
diff --git a/context/testdata/test-vars-override.yaml b/ops/kontemplate/context/testdata/test-vars-override.yaml
index 5215c559c1..5215c559c1 100644
--- a/context/testdata/test-vars-override.yaml
+++ b/ops/kontemplate/context/testdata/test-vars-override.yaml
diff --git a/context/testdata/test-vars.yaml b/ops/kontemplate/context/testdata/test-vars.yaml
index af27bdc455..af27bdc455 100644
--- a/context/testdata/test-vars.yaml
+++ b/ops/kontemplate/context/testdata/test-vars.yaml
diff --git a/default.nix b/ops/kontemplate/default.nix
index afec560fba..afec560fba 100644
--- a/default.nix
+++ b/ops/kontemplate/default.nix
diff --git a/deps.nix b/ops/kontemplate/deps.nix
index 7693968bd5..7693968bd5 100644
--- a/deps.nix
+++ b/ops/kontemplate/deps.nix
diff --git a/docs/cluster-config.md b/ops/kontemplate/docs/cluster-config.md
index fee1f57634..fee1f57634 100644
--- a/docs/cluster-config.md
+++ b/ops/kontemplate/docs/cluster-config.md
diff --git a/docs/resource-sets.md b/ops/kontemplate/docs/resource-sets.md
index 1444dd4912..1444dd4912 100644
--- a/docs/resource-sets.md
+++ b/ops/kontemplate/docs/resource-sets.md
diff --git a/docs/templates.md b/ops/kontemplate/docs/templates.md
index 32da205108..32da205108 100644
--- a/docs/templates.md
+++ b/ops/kontemplate/docs/templates.md
diff --git a/docs/tips-and-tricks.md b/ops/kontemplate/docs/tips-and-tricks.md
index 5401ac91e5..5401ac91e5 100644
--- a/docs/tips-and-tricks.md
+++ b/ops/kontemplate/docs/tips-and-tricks.md
diff --git a/example/other-config.yaml b/ops/kontemplate/example/other-config.yaml
index 87370569c4..87370569c4 100644
--- a/example/other-config.yaml
+++ b/ops/kontemplate/example/other-config.yaml
diff --git a/example/prod-cluster.json b/ops/kontemplate/example/prod-cluster.json
index 70e2365f17..70e2365f17 100644
--- a/example/prod-cluster.json
+++ b/ops/kontemplate/example/prod-cluster.json
diff --git a/example/prod-cluster.yaml b/ops/kontemplate/example/prod-cluster.yaml
index 9f300a4920..9f300a4920 100644
--- a/example/prod-cluster.yaml
+++ b/ops/kontemplate/example/prod-cluster.yaml
diff --git a/example/some-api/some-api.yaml b/ops/kontemplate/example/some-api/some-api.yaml
index f0188f9dbd..f0188f9dbd 100644
--- a/example/some-api/some-api.yaml
+++ b/ops/kontemplate/example/some-api/some-api.yaml
diff --git a/example/some-api/some.cfg b/ops/kontemplate/example/some-api/some.cfg
index 733d5e1678..733d5e1678 100644
--- a/example/some-api/some.cfg
+++ b/ops/kontemplate/example/some-api/some.cfg
diff --git a/image/Dockerfile b/ops/kontemplate/image/Dockerfile
index a40fa83b08..a40fa83b08 100644
--- a/image/Dockerfile
+++ b/ops/kontemplate/image/Dockerfile
diff --git a/image/README.md b/ops/kontemplate/image/README.md
index fe04765401..fe04765401 100644
--- a/image/README.md
+++ b/ops/kontemplate/image/README.md
diff --git a/image/hashes b/ops/kontemplate/image/hashes
index bfd87c0201..bfd87c0201 100644
--- a/image/hashes
+++ b/ops/kontemplate/image/hashes
diff --git a/main.go b/ops/kontemplate/main.go
index e55d42465c..e55d42465c 100644
--- a/main.go
+++ b/ops/kontemplate/main.go
diff --git a/release.nix b/ops/kontemplate/release.nix
index 4af08f50c7..4af08f50c7 100644
--- a/release.nix
+++ b/ops/kontemplate/release.nix
diff --git a/templater/dns.go b/ops/kontemplate/templater/dns.go
index 6cd974dd93..6cd974dd93 100644
--- a/templater/dns.go
+++ b/ops/kontemplate/templater/dns.go
diff --git a/templater/pass.go b/ops/kontemplate/templater/pass.go
index f7fbcb433d..f7fbcb433d 100644
--- a/templater/pass.go
+++ b/ops/kontemplate/templater/pass.go
diff --git a/templater/templater.go b/ops/kontemplate/templater/templater.go
index a8f0c670a6..a8f0c670a6 100644
--- a/templater/templater.go
+++ b/ops/kontemplate/templater/templater.go
diff --git a/templater/templater_test.go b/ops/kontemplate/templater/templater_test.go
index c20858c203..c20858c203 100644
--- a/templater/templater_test.go
+++ b/ops/kontemplate/templater/templater_test.go
diff --git a/templater/testdata/test-default.txt b/ops/kontemplate/templater/testdata/test-default.txt
index 4f7997bd69..4f7997bd69 100644
--- a/templater/testdata/test-default.txt
+++ b/ops/kontemplate/templater/testdata/test-default.txt
diff --git a/templater/testdata/test-insertTemplate.txt b/ops/kontemplate/templater/testdata/test-insertTemplate.txt
index 8155e174fe..8155e174fe 100644
--- a/templater/testdata/test-insertTemplate.txt
+++ b/ops/kontemplate/templater/testdata/test-insertTemplate.txt
diff --git a/templater/testdata/test-template.txt b/ops/kontemplate/templater/testdata/test-template.txt
index 06f1cfc630..06f1cfc630 100644
--- a/templater/testdata/test-template.txt
+++ b/ops/kontemplate/templater/testdata/test-template.txt
diff --git a/util/util.go b/ops/kontemplate/util/util.go
index 56fa1e3fc9..56fa1e3fc9 100644
--- a/util/util.go
+++ b/ops/kontemplate/util/util.go
diff --git a/util/util_test.go b/ops/kontemplate/util/util_test.go
index 53c5608175..53c5608175 100644
--- a/util/util_test.go
+++ b/ops/kontemplate/util/util_test.go