Documentation ¶
Index ¶
Constants ¶
Variables ¶
View Source
var StatusUpdateFailed = cloudprovidererrors.TerminalError{ Reason: common.UpdateMachineError, Message: "Unable to update the machine status", }
Functions ¶
func NewMultiError ¶ added in v1.45.4
Types ¶
type MultiErrors ¶ added in v1.51.0
type MultiErrors []error
MultiError represent multiple errors at the same time.
func (MultiErrors) Error ¶ added in v1.51.0
func (r MultiErrors) Error() string
type ProviderStatus ¶
type RawConfig ¶
type RawConfig struct { Token providerconfigtypes.ConfigVarString `json:"token,omitempty"` VlanID providerconfigtypes.ConfigVarString `json:"vlanID"` LocationID providerconfigtypes.ConfigVarString `json:"locationID"` TemplateID providerconfigtypes.ConfigVarString `json:"templateID"` CPUs int `json:"cpus"` Memory int `json:"memory"` DiskSize int `json:"diskSize"` }
Click to show internal directories.
Click to hide internal directories.