From f951507e7e8e6bba9d57969a1dedef07f3af0db7 Mon Sep 17 00:00:00 2001 From: Silas Boyd-Wickizer Date: Mon, 10 Jun 2019 14:03:59 -0700 Subject: [PATCH] Tweak --- backends/request/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/request/client.js b/backends/request/client.js index c7d77677..0726ab91 100644 --- a/backends/request/client.js +++ b/backends/request/client.js @@ -179,7 +179,7 @@ class Request { * @param {Stream} options.stdin - optional stdin Readable stream * @param {Stream} options.stdout - optional stdout Writeable stream * @param {Stream} options.stderr - optional stdout Writeable stream - * @returns {Promise} Promise resolving to command status + * @returns {Promise} Promise resolving to Kubernetes V1 Status object */ async getWebSocket (options) { throw new Error('Request.getWebSocket not implemented')