Registry / other / test-infra

test-infra

JSON →
library0.0.0-20240103232128-fc5e4f969478gogounverified

Tools and libraries for managing Kubernetes testing infrastructure, including Prow and testgrid.

go get k8s.io/test-infra
INSTALL
IMPORT
SIG · TEST-INFRA
T
test-infra
othergov0.0.0-20240103232128-fc5e4f969478
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.

testinfra
✓ k8s.io/test-infra

Load Prow configuration from a YAML file

package main import ( "fmt" "k8s.io/test-infra/prow/config" ) func main() { cfg, err := config.Load("prow/config.yaml") if err != nil { panic(err) } fmt.Println(cfg.ProwJobNamespace) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240103232128-fc5e4f969478latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
test-infra — go get test-infra · libregistry