Versions in this module Expand all Collapse all v2 v2.0.0 Oct 7, 2019 Changes in this version + var ErrNotImplemented = errors.New("not implemented") + func IsRequeueAfter(err error) bool + type ClusterError struct + Message string + Reason ClusterStatusError + func CreateCluster(format string, args ...interface{}) *ClusterError + func DeleteCluster(format string, args ...interface{}) *ClusterError + func InvalidClusterConfiguration(format string, args ...interface{}) *ClusterError + func (e *ClusterError) Error() string + type ClusterStatusError string + const CreateClusterError + const DeleteClusterError + const InvalidConfigurationClusterError + const UnsupportedChangeClusterError + const UpdateClusterError + func ClusterStatusErrorPtr(v ClusterStatusError) *ClusterStatusError + type HasRequeueAfterError interface + GetRequeueAfter func() time.Duration + type MachineError struct + Message string + Reason MachineStatusError + func CreateMachine(msg string, args ...interface{}) *MachineError + func DeleteMachine(msg string, args ...interface{}) *MachineError + func InvalidMachineConfiguration(msg string, args ...interface{}) *MachineError + func UpdateMachine(msg string, args ...interface{}) *MachineError + func (e *MachineError) Error() string + type MachineSetStatusError string + const InvalidConfigurationMachineSetError + type MachineStatusError string + const CreateMachineError + const DeleteMachineError + const InsufficientResourcesMachineError + const InvalidConfigurationMachineError + const JoinClusterTimeoutMachineError + const UnsupportedChangeMachineError + const UpdateMachineError + func MachineStatusErrorPtr(v MachineStatusError) *MachineStatusError + type RequeueAfterError struct + RequeueAfter time.Duration + func (e *RequeueAfterError) Error() string + func (e *RequeueAfterError) GetRequeueAfter() time.Duration