Documentation ¶
Index ¶
Constants ¶
View Source
const ControllerName = "plank"
View Source
const (
Evicted = "Evicted"
)
PodStatus constants
Variables ¶
This section is empty.
Functions ¶
func IsTerminalError ¶
func TerminalError ¶
TerminalError wraps an error and return a nonRetryableError error
Types ¶
type ClusterStatus ¶
type ClusterStatus string
const ( ClusterStatusUnreachable ClusterStatus = "Unreachable" ClusterStatusReachable ClusterStatus = "Reachable" ClusterStatusNoManager ClusterStatus = "No-Manager" )
Click to show internal directories.
Click to hide internal directories.