Update plugins/kubernetes/src/hooks/useIsPodExecTerminalSupported.ts

Co-authored-by: Jamie Klassen <jklassen@vmware.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
This commit is contained in:
Carlos Esteban Lopez Jaramillo
2023-09-05 10:08:34 -05:00
committed by Carlos Esteban Lopez
parent d421fea9c9
commit ea09246e40
@@ -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
*/