sureshanaparti commented on code in PR #9102:
URL: https://github.com/apache/cloudstack/pull/9102#discussion_r2137393987
##########
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/KubernetesClusterVO.java:
##########
@@ -118,6 +118,33 @@ public class KubernetesClusterVO implements
KubernetesCluster {
@Column(name = "cluster_type")
private ClusterType clusterType;
+ @Column(name = "control_service_offering_id")
+ private Long controlServiceOfferingId;
+
+ @Column(name = "worker_service_offering_id")
+ private Long workerServiceOfferingId;
+
+ @Column(name = "etcd_service_offering_id")
Review Comment:
```suggestion
@Column(name = "etcd_node_service_offering_id")
```
--
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]