Registry / testing / chaosblade-io-chaosblade-spec-go

chaosblade-io-chaosblade-spec-go

JSON →
library1.8.0gogounverified

Defines the specification interfaces and types for ChaosBlade experiments, enabling custom chaos engineering scenarios.

go get github.com/chaosblade-io/chaosblade-spec-go
INSTALL
IMPORT
SIG · CHAOSBLADE-IO-CHAO
C
chaosblade-io-chaosblade-spec-go
testinggov1.8.0
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.

spec
github.com/chaosblade-io/chaosblade-spec-go

Creates an experiment model for a CPU full load chaos experiment.

package main import ( "fmt" "github.com/chaosblade-io/chaosblade-spec-go/spec" ) func main() { model := spec.ExperimentModel{ Target: "cpu", Action: "fullload", } fmt.Printf("Experiment: %+v\n", model) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
12
OpenAI (training)
2
Amazon
1
Resources
chaosblade-io-chaosblade-spec-go — go get chaosblade-io-chaosblade-spec-go · libregistry