weizhouapache commented on code in PR #8180:
URL: https://github.com/apache/cloudstack/pull/8180#discussion_r1380259171


##########
plugins/integrations/kubernetes-service/src/main/java/org/apache/cloudstack/api/command/user/kubernetes/cluster/CreateKubernetesClusterCmd.java:
##########
@@ -145,7 +145,7 @@ public class CreateKubernetesClusterCmd extends 
BaseAsyncCreateCmd {
             description = "root disk size in GB for each node")
     private Long nodeRootDiskSize;
 
-    @Parameter(name = ApiConstants.CLUSTER_TYPE, type = CommandType.STRING, 
required = true, description = "type of the cluster: CloudManaged, 
ExternalManaged", since="4.19.0")
+    @Parameter(name = ApiConstants.CLUSTER_TYPE, type = CommandType.STRING, 
description = "type of the cluster: CloudManaged, ExternalManaged", 
since="4.19.0")

Review Comment:
   ```suggestion
       @Parameter(name = ApiConstants.CLUSTER_TYPE, type = CommandType.STRING, 
description = "type of the cluster: CloudManaged, ExternalManaged. The default 
value is CloudManaged.", since="4.19.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