Home
last modified time | relevance | path

Searched refs:NewScalingEvent (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/nomad/state/
H A Dstate_store_test.go9520 newEvent := structs.NewScalingEvent("message 1").SetMeta(map[string]interface{}{
9593 newEvent := structs.NewScalingEvent("").SetMeta(map[string]interface{}{
9606 newEvent = structs.NewScalingEvent("").SetMeta(map[string]interface{}{
9658 structs.NewScalingEvent(uuid.Generate()),
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dstructs.go5312 func NewScalingEvent(message string) *ScalingEvent { func