astefanutti commented on a change in pull request #799: Move waiting for 
platform to controller
URL: https://github.com/apache/camel-k/pull/799#discussion_r299554684
 
 

 ##########
 File path: pkg/apis/camel/v1alpha1/integrationkit_types.go
 ##########
 @@ -82,8 +82,10 @@ const (
        // IntegrationKitTypeExternal --
        IntegrationKitTypeExternal = "external"
 
-       // IntegrationKitPhaseInitial --
-       IntegrationKitPhaseInitial IntegrationKitPhase = ""
+       // IntegrationKitPhaseNone --
+       IntegrationKitPhaseNone IntegrationKitPhase = ""
+       // IntegrationKitPhaseInitialization --
+       IntegrationKitPhaseInitialization IntegrationKitPhase = "initialization"
 
 Review comment:
   `initialization` -> `Initialization`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to