sureshanaparti commented on code in PR #9102:
URL: https://github.com/apache/cloudstack/pull/9102#discussion_r2137407423


##########
plugins/integrations/kubernetes-service/src/main/java/org/apache/cloudstack/api/command/user/kubernetes/cluster/CreateKubernetesClusterCmd.java:
##########
@@ -144,6 +194,22 @@ public class CreateKubernetesClusterCmd extends 
BaseAsyncCreateCmd {
     @Parameter(name = ApiConstants.CLUSTER_TYPE, type = CommandType.STRING, 
description = "type of the cluster: CloudManaged, ExternalManaged. The default 
value is CloudManaged.", since="4.19.0")
     private String clusterType;
 
+    @Parameter(name = ApiConstants.HYPERVISOR, type = CommandType.STRING, 
description = "the hypervisor on which the CKS cluster is to be deployed. This 
is required if the zone in which the CKS cluster is being deployed has clusters 
with different hypervisor types.")

Review Comment:
   ```suggestion
       @Parameter(name = ApiConstants.HYPERVISOR, type = CommandType.STRING, 
description = "the hypervisor on which the CKS cluster is to be deployed. This 
is required if the zone in which the CKS cluster is being deployed has clusters 
with different hypervisor types.", since = "4.21.0")
   ```



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

Reply via email to