ClusterState

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Enum

type Enum int

Enum represents the state of a node

const (

	//Nominal the cluster is started and fully operational
	Nominal Enum
	//Degraded the cluster is running but some key components are failing (typically a master)
	Degraded
	//Stopped the cluster is stopped
	Stopped
	//Initializing the cluster is initializing
	Initializing
	//Created the cluster is ready to be initialized
	Created
	//Creating the cluster is currently created
	Creating
	//Error when an error occured on gathering cluster state
	Error
	//Removed tells the struct still exist but the underlying cluster has been totally wiped out
	Removed
)

Jump to

Keyboard shortcuts

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