Documentation
¶
Overview ¶
Package clustererrors provides common error types for cluster provisioners.
This package defines sentinel errors that are shared across different cluster provisioner implementations (Kind, K3d, Talos) to enable consistent error handling in command handlers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrClusterNotFound = errors.New("cluster not found")
ErrClusterNotFound is returned when a cluster operation is attempted on a non-existent cluster. This error is used by all provisioner implementations (Kind, K3d, Talos) when attempting to delete, start, or stop a cluster that does not exist.
View Source
var ErrProviderNotSet = errors.New("infrastructure provider not set")
ErrProviderNotSet is returned when an infrastructure provider is required but not configured.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.