From ea09246e40d2308ff2cd2f2c40d1b11f1aad899e Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Jaramillo Date: Tue, 5 Sep 2023 10:08:34 -0500 Subject: [PATCH] Update plugins/kubernetes/src/hooks/useIsPodExecTerminalSupported.ts Co-authored-by: Jamie Klassen Signed-off-by: Carlos Esteban Lopez Jaramillo --- plugins/kubernetes/src/hooks/useIsPodExecTerminalSupported.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kubernetes/src/hooks/useIsPodExecTerminalSupported.ts b/plugins/kubernetes/src/hooks/useIsPodExecTerminalSupported.ts index b68b45fe19..17f64bf0dd 100644 --- a/plugins/kubernetes/src/hooks/useIsPodExecTerminalSupported.ts +++ b/plugins/kubernetes/src/hooks/useIsPodExecTerminalSupported.ts @@ -19,7 +19,7 @@ import useAsync, { AsyncState } from 'react-use/lib/useAsync'; import { kubernetesApiRef } from '../api'; /** - * Check if conditions for K8sTerminal through K8sProxy are met + * Check if conditions for a pod exec call through the proxy endpoint are met * * @internal */