nodestate

package
v1.0.2-0...-b8906d8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	STARTING       = NodeState("STARTING")
	NORMAL         = NodeState("NORMAL")
	JOINING        = NodeState("JOINING")
	LEAVING        = NodeState("LEAVING")
	DECOMMISSIONED = NodeState("DECOMMISSIONED")
	MOVING         = NodeState("MOVING")
	DRAINING       = NodeState("DRAINING")
	DRAINED        = NodeState("DRAINED")
	ERROR          = NodeState("ERROR")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeState

type NodeState string

type Status

type Status struct {
	NodeState NodeState `json:"nodeState"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL