From b76fc2fb23fc7214131ac6c2f0edc3edd6f8678c Mon Sep 17 00:00:00 2001 From: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:12:36 -0600 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --- spec/namespaces/cat.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/namespaces/cat.yaml b/spec/namespaces/cat.yaml index 8bd3b056..0ea69092 100644 --- a/spec/namespaces/cat.yaml +++ b/spec/namespaces/cat.yaml @@ -1684,7 +1684,7 @@ components: cat.master::query.master_timeout: name: master_timeout in: query - description: A timeout for connection to the cluster manager node. + description: The amount of time allowed to establish a connection to the cluster manager node. schema: $ref: '../schemas/_common.yaml#/components/schemas/Duration' x-version-deprecated: '2.0' @@ -1712,7 +1712,7 @@ components: cat.nodeattrs::query.cluster_manager_timeout: name: cluster_manager_timeout in: query - description: A timeout for connection to the cluster manager node. + description: The amount of time allowed to establish a connection to the cluster manager node. schema: $ref: '../schemas/_common.yaml#/components/schemas/Duration' x-version-added: '2.0' @@ -1788,7 +1788,7 @@ components: cat.nodes::query.cluster_manager_timeout: name: cluster_manager_timeout in: query - description: A timeout for connection to the cluster manager node. + description: The amount of time allowed to establish a connection to the cluster manager node. schema: $ref: '../schemas/_common.yaml#/components/schemas/Duration' x-version-added: '2.0' @@ -1917,7 +1917,7 @@ components: cat.pending_tasks::query.master_timeout: name: master_timeout in: query - description: A timeout for connection to the cluster manager node. + description: The amount of time allowed to establish a connection to the cluster manager node. schema: $ref: '../schemas/_common.yaml#/components/schemas/Duration' x-version-deprecated: '2.0'