Registry / utility / instrumenta-kubeval

instrumenta-kubeval

JSON →
library0.16.1gogounverified

Validates Kubernetes YAML/JSON configuration files against their schemas.

go get github.com/instrumenta/kubeval
INSTALL
IMPORT
SIG · INSTRUMENTA-KUBEVA
I
instrumenta-kubeval
utilitygov0.16.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

kubeval
github.com/instrumenta/kubeval

Validate a Kubernetes YAML file.

package main import ( "fmt" "github.com/instrumenta/kubeval" ) func main() { results, err := kubeval.Validate("deployment.yaml") if err != nil { panic(err) } for _, r := range results { fmt.Println(r) } }
Debug
Known issues
breakingDeprecated in favor of kubeconform; no longer actively maintained.
fix
Consider using github.com/yannh/kubeconform instead.
affects: >=0.16.0
Upgrade
Version history
0.16.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
instrumenta-kubeval — go get instrumenta-kubeval · libregistry