Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ErrConnectivity = errors.New("errConnectivity")
ErrConnectivity is the error returned when encountering issues with clabernetes connectivity.
var ErrInvalidData = errors.New("errInvalidData")
ErrInvalidData is the error returned when encountering issues with some resources data.
var ErrJob = errors.New("errJob")
ErrJob is the error returned when a clicker job has failed.
var ErrLaunch = errors.New("errLaunch")
ErrLaunch is the error returned when encountering issues with launching things in a clabernetes pod.
var ErrParse = errors.New("errParse")
ErrParse is the error returned when encountering issues with parsing some config items.
var ErrPrepare = errors.New("errPrepare")
ErrPrepare is the error returned when encountering issues with prepare steps (steps that happen prior to clabernetes start/startLeading).
var ErrReconcile = errors.New("errReconcile)")
ErrReconcile is the error used for generic errors during reconciliation.
var ErrUtil = errors.New("errUtil")
ErrUtil is the error returned when if we need to have more descriptive custom errors from util functions.
Functions ¶
This section is empty.
Types ¶
This section is empty.