jianrongzhang89 commented on code in PR #540:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/540#discussion_r1799510144
##########
internal/controller/profiles/preview/profile_preview.go:
##########
@@ -58,7 +58,13 @@ type ObjectEnsurers struct {
// kservice Knative Serving deployment for this ensurer. Don't call it
directly, use DeploymentByDeploymentModel instead
kservice common.ObjectEnsurerWithPlatform
// service for this ensurer. Don't call it directly, use
ServiceByDeploymentModel instead
- service common.ObjectEnsurer
+ service common.ObjectEnsurer
+ // kMetricsService for this ensurer. Don't call it directly, use
ServiceByDeploymentModel instead
+ kMetricsService common.ObjectEnsurer
+ // serviceMonitor for this ensurer. Don't call it directly, use
ServiceMonitorByDeploymentModel instead
+ serviceMonitor common.ObjectEnsurer
+ // kServiceMonitor for this ensurer. Don't call it directly, use
ServiceMonitorByDeploymentModel instead
+ kServiceMonitor common.ObjectEnsurer
Review Comment:
Removed.
--
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]