astefanutti commented on a change in pull request #2662:
URL: https://github.com/apache/camel-k/pull/2662#discussion_r717601356



##########
File path: pkg/apis/camel/v1/integration_types.go
##########
@@ -184,12 +184,10 @@ const (
        IntegrationConditionProbesAvailableReason string = "ProbesAvailable"
        // IntegrationConditionErrorReason --
        IntegrationConditionErrorReason string = "Error"
-       // IntegrationConditionCronJobCreatedReason --
-       IntegrationConditionCronJobCreatedReason string = "CronJobCreated"
-       // IntegrationConditionReplicaSetReadyReason --
-       IntegrationConditionReplicaSetReadyReason string = "ReplicaSetReady"
-       // IntegrationConditionReplicaSetNotReadyReason --
-       IntegrationConditionReplicaSetNotReadyReason string = 
"ReplicaSetNotReady"
+       // IntegrationConditionPodsReadyReason --
+       IntegrationConditionPodsReadyReason string = "PodsReady"
+       // IntegrationConditionPodsNotReadyReason --
+       IntegrationConditionPodsNotReadyReason string = "PodsNotReady"

Review comment:
       I agree, ideally we should have a "Breaking Changes" section in the 
release notes, that would document these kind of changes.




-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to