tchughesiv commented on code in PR #311:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/311#discussion_r1409729898


##########
api/v1alpha08/sonataflowplatform_services_types.go:
##########
@@ -19,6 +19,9 @@ type ServicesPlatformSpec struct {
        // Deploys the Data Index service for use by "prod" profile workflows.
        // +optional
        DataIndex *ServiceSpec `json:"dataIndex,omitempty"`
+       // Deploys the Job service for use by "prod" profile workflows.
+       // +optional
+       JobService *ServiceSpec `json:"job,omitempty"`

Review Comment:
   didn't we talk about naming this field `jobService` ?
   ```go
        JobService *ServiceSpec `json:"jobService,omitempty"`
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to