nicolaferraro commented on a change in pull request #24: initial code for 
integration context
URL: https://github.com/apache/camel-k/pull/24#discussion_r216658402
 
 

 ##########
 File path: pkg/apis/camel/v1alpha1/types.go
 ##########
 @@ -36,6 +36,7 @@ type Integration struct {
        metav1.ObjectMeta `json:"metadata"`
        Spec              IntegrationSpec   `json:"spec"`
        Status            IntegrationStatus `json:"status,omitempty"`
+       Context           string            `json:"context,omitempty"`
 
 Review comment:
   This should be part of `Spec` according to Kubernetes conventions

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to