mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-12 06:29:23 +00:00
14 lines
No EOL
524 B
Markdown
14 lines
No EOL
524 B
Markdown
---
|
|
title: "Kubeconform as a Go module"
|
|
date: 2021-07-02T00:00:00Z
|
|
draft: false
|
|
tags: ["Kubeconform", "Usage"]
|
|
weight: 7
|
|
---
|
|
|
|
**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](https://github.com/yannh/kubeconform/tree/master/examples/main.go)
|
|
|
|
Additional documentation on [pkg.go.dev](https://pkg.go.dev/github.com/yannh/kubeconform/pkg/validator) |