Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMissingConfig = errors.New("Missing some expected configuration values.") ErrConfigInvalid = errors.New("A configuration option is invalid.") )
View Source
var ( ErrNonUniqueName = errors.New("The resource name matched more than one deployment in Kubernetes.") ErrUnmatchedName = errors.New("The resource could not be found on this Kubernetes cluster.") )
View Source
var ErrPodsFailedToStart = errors.New("The new Kubernetes pods failed to start.")
Functions ¶
This section is empty.
Types ¶
type K8 ¶
type K8 struct {
// contains filtered or unexported fields
}
func NewCronShipper ¶
func NewDeploymentShipper ¶
Click to show internal directories.
Click to hide internal directories.