kyaml: initial support for yaml and resource manipulation

This commit is contained in:
Phillip Wittrock
2019-11-04 11:27:47 -08:00
parent 588297f1f9
commit efd7c8e3f7
92 changed files with 13733 additions and 0 deletions

5
travis/kyaml-pre-commit.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
cd kyaml
make all