K8up Status and Conditions
The following resources support .status.conditions
.
Conditions are like a multi-state state-machine and give high-level information about the resources.
Each condition also contains a human-readable message that describes the status and reason.
Condition | Reasons | Description |
---|---|---|
|
Ready |
The jobs have been created and added to the cron scheduler. |
Failed |
The jobs could not be added to the cron scheduler. |
|
CreationFailed |
Dependent resources could not be created. |
|
UpdateFailed |
Dependent resources could not be updated. |
|
DeletionFailed |
Dependent resources could not be deleted. |
Condition | Reasons | Description |
---|---|---|
|
Ready |
All dependent resource are successfully created, the resource is ready for its main function. |
CreationFailed |
Dependent resources could not be created. |
|
|
Started |
This is given when the resource is in the process of doing its main function. This condition is true after reaching Ready condition and reset when it’s finished. |
Finished |
The resource is done with its main function. It does not give indication about its success. |
|
|
Succeeded |
The resource could successfully finish its main function. |
Failed |
A not further categorized failure happened during progression. |
|
|
RetrievalFailed |
The resource could not retrieve the resources it’s supposed to clean up. |
DeletionFailed |
The resource could not delete one or more resources during cleanup. |
|
Succeeded |
The resource successfully cleaned up old resources. |
Condition | Reasons | Description |
---|---|---|
|
NoPreBackupPodsFound |
No PreBackupPod definitions have been found, backups are created without them. |
RetrievalFailed |
|
|
Waiting |
The |
|
CreationFailed |
|
|
Failed |
|
|
Ready |
|
|
Finished |
|