Registry / utility / system-validators

system-validators

JSON →
library1.12.1gogounverified

A set of validators for Kubernetes system configuration checks.

go get k8s.io/system-validators
INSTALL
IMPORT
SIG · SYSTEM-VALIDATORS
S
system-validators
utilitygov1.12.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.

validators
k8s.io/system-validators

Runs all system validators and prints results.

package main import ( "fmt" "k8s.io/system-validators" ) func main() { results := validators.ValidateAll() for _, r := range results { fmt.Println(r.Name, r.Status) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.12.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
system-validators — go get system-validators · libregistry