Files
c/kubernetes/websocket/kube_exec.h
Ahmed Yarub Hani Al Nuaimi f78287f66c Escape reserved words
2021-09-09 09:41:34 -03:00

16 lines
345 B
C

#ifndef _KUBE_EXEC_H
#define _KUBE_EXEC_H
#include "wsclient.h"
#ifdef __cplusplus
extern "C" {
#endif
int kube_exec(wsclient_t * wsc, const char *namespace_, const char *pod_name, const char *container_name, int _stdin, int _stdout, int tty, const char *command);
#ifdef __cplusplus
}
#endif
#endif /* _EXEC_H */