wmedvede commented on code in PR #255:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/255#discussion_r1335533695


##########
api/v1alpha08/sonataflow_types.go:
##########
@@ -115,6 +644,8 @@ type SonataFlowSpec struct {
        // Resources workflow resources that are linked to this workflow 
definition.
        // For example, a collection of OpenAPI specification files.
        Resources WorkflowResources `json:"resources,omitempty"`
+       // PodSpecTemplate describes the deployment details of this SonataFlow 
instance.
+       PodSpecTemplate FlowPodSpecTemplate `json:"podSpecTemplate,omitempty"`

Review Comment:
   Following the analogy with other workload resources like Job, Deployment, 
etc, maybe we can name this filed just Template instead of PodSpecTemplate



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