Documentation ¶
Index ¶
Constants ¶
View Source
const ( // cluster scheduler labels ENABLED_LABEL = "cs-enabled" UPTIME_LABEL = "cs-uptime" STATUS_LABEL = "cs-status" // cluster scheduler status values STATUS_DOWN = "down" STATUS_UP = "up" )
Variables ¶
This section is empty.
Functions ¶
func GetBackupLabel ¶
Types ¶
type NodeGroup ¶
type NodesBackup ¶
func Backup ¶
func Backup(ng NodeGroup) NodesBackup
type UptimeRange ¶
func ParseUptime ¶
func ParseUptime(spec string) (*UptimeRange, error)
Click to show internal directories.
Click to hide internal directories.