# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetDeploymentStatusConditions looks up a deployment with the given name within the given namespace and checks its status and finally returns a condition summarizing the status.
GetToolchainClusterConditions uses the provided ToolchainCluster attributes to determine status conditions.
No description provided by the author
No description provided by the author
ValidateComponentConditionReady checks whether the provided conditions signal that the component is ready, returns an error otherwise.
# Constants
DeploymentThreshold is the threshold after which we can be almost sure the deployment was not updated on the cluster with the latest version/commit, in this case some issue is preventing the new deployment to happen.
ErrMsgCannotGetDeployment deployment not found.
error messages related to cluster connection.
error messages related to cluster connection.
ErrMsgDeploymentConditionNotReady deployment not ready.
ErrMsgDeploymentIsNotUpToDate means that deployment version is not aligned with source code version.
# Structs
Health payload.
ToolchainClusterAttributes required attributes for obtaining ToolchainCluster status.
No description provided by the author