astefanutti commented on pull request #3092:
URL: https://github.com/apache/camel-k/pull/3092#issuecomment-1062788262
Here are the transitioning statuses in the _happy-path_ scenario, where a
`KameletBinding` materialises into a `Deployment` resource:
```yaml
status:
conditions:
- message: Integration "timer-binding" is in "Creating" phase
reason: Creating
status: "False"
type: Ready
phase: Creating
```
```yaml
status:
conditions:
- message: Integration "timer-binding" readiness condition is "False"
reason: DeploymentProgressing
status: "False"
type: Ready
phase: Ready
```
```yaml
status:
conditions:
- message: Integration "timer-binding" readiness condition is "True"
reason: DeploymentReady
status: "True"
type: Ready
phase: Ready
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]