rajujith commented on code in PR #7857: URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333078094
########## plugins/integrations/kubernetes-service/src/main/java/org/apache/cloudstack/api/response/KubernetesSupportedVersionResponse.java: ########## @@ -31,7 +31,7 @@ @EntityReference(value = {KubernetesSupportedVersion.class}) public class KubernetesSupportedVersionResponse extends BaseResponse { @SerializedName(ApiConstants.ID) - @Param(description = "the id of the Kubernetes supported version") + @Param(description = "The id of the Kubernetes supported version") Review Comment: 'ID' ########## plugins/integrations/kubernetes-service/src/main/java/org/apache/cloudstack/api/response/KubernetesSupportedVersionResponse.java: ########## @@ -43,51 +43,51 @@ public class KubernetesSupportedVersionResponse extends BaseResponse { private String semanticVersion; @SerializedName(ApiConstants.ISO_ID) - @Param(description = "the id of the binaries ISO for Kubernetes supported version") + @Param(description = "The id of the binaries ISO for Kubernetes supported version") Review Comment: 'ID' ########## plugins/integrations/kubernetes-service/src/main/java/org/apache/cloudstack/api/response/KubernetesSupportedVersionResponse.java: ########## @@ -43,51 +43,51 @@ public class KubernetesSupportedVersionResponse extends BaseResponse { private String semanticVersion; @SerializedName(ApiConstants.ISO_ID) - @Param(description = "the id of the binaries ISO for Kubernetes supported version") + @Param(description = "The id of the binaries ISO for Kubernetes supported version") private String isoId; @SerializedName(ApiConstants.ISO_NAME) - @Param(description = "the name of the binaries ISO for Kubernetes supported version") + @Param(description = "The name of the binaries ISO for Kubernetes supported version") private String isoName; @SerializedName(ApiConstants.ISO_STATE) - @Param(description = "the state of the binaries ISO for Kubernetes supported version") + @Param(description = "The state of the binaries ISO for Kubernetes supported version") private String isoState; @SerializedName(ApiConstants.ARCH) @Param(description = "the arch of the binaries ISO for Kubernetes supported version", since = "4.20.1") private String isoArch; @SerializedName(ApiConstants.ZONE_ID) - @Param(description = "the id of the zone in which Kubernetes supported version is available") + @Param(description = "The id of the zone in which Kubernetes supported version is available") Review Comment: '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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org