13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-07-05 10:59:29 +00:00

Add example how to use kubeconform as a library

This commit is contained in:
Yann Hamon 2020-11-15 10:01:36 +01:00
parent 4672ded043
commit 4e96b44a8b
7 changed files with 93 additions and 18 deletions

View file

@ -191,6 +191,13 @@ sys 0m1,069s
```
### Using kubeconform as a Go Module
**Warning**: This is a work-in-progress, the interface is not yet considered stable. Feedback is encouraged.
Kubeconform contains a package that can be used as a library.
An example of usage can be found in [examples/main.go](examples/main.go)
### Credits
* @garethr for the [Kubeval](https://github.com/instrumenta/kubeval) and