Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AlreadyStarted states that the upgrade could not be started. // This error occurs when the upgrade is already in progress. AlreadyStarted = errors.ConstError("upgrade already started") // AlreadyExists states that an upgrade operation has already been created. // This error can occur when an upgrade is created. AlreadyExists = errors.ConstError("upgrade already exists") // NotFound states that an upgrade operation cannot be found where one is // expected. NotFound = errors.ConstError("upgrade not found") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.