Documentation ¶
Index ¶
Constants ¶
View Source
const (
HealthStatus = "HealthStatus"
)
View Source
const (
// NodeTypeKey is a reserved composite key for event name.
NodeTypeKey = "node.event"
)
Type Keys
Variables ¶
View Source
var HealthStatusList = map[string][]string{NodeTypeKey: {HealthStatus}}
View Source
var QueryHealthStatus = uevent.QueryFor(NodeTypeKey, HealthStatus)
Functions ¶
This section is empty.
Types ¶
type DataHealthStatus ¶
type DataHealthStatus struct { // Error is the error that was encountered in case of a health check failure. Nil implies healthy. Error error }
func (DataHealthStatus) String ¶ added in v1.1.1
func (dhs DataHealthStatus) String() string
Click to show internal directories.
Click to hide internal directories.