k3s/pkg/kubelet/server
Rodolfo Carvalho 506129ba4e Add timeout argument to ExecInContainer
This allows us to interrupt/kill the executed command if it exceeds the
timeout (not implemented by this commit).

Set timeout in Exec probes. HTTPGet and TCPSocket probes respect the
timeout, while Exec probes used to ignore it.

Add e2e test for exec probe with timeout. However, the test is skipped
while the default exec handler doesn't support timeouts.
2016-11-07 13:00:59 +01:00
..
portforward Refactor PortForward server methods into the portforward package 2016-10-25 12:08:35 -07:00
remotecommand Add timeout argument to ExecInContainer 2016-11-07 13:00:59 +01:00
stats Collects volume inode stats using the same find command that cadvisor uses these are included in the summary 2016-11-01 10:51:11 -07:00
streaming Add timeout argument to ExecInContainer 2016-11-07 13:00:59 +01:00
BUILD Separate Direct and Indirect streaming paths, implement indirect path with CRI 2016-11-03 13:26:33 -07:00
auth.go Wire kubelet authn/authz 2016-10-25 03:40:09 -04:00
auth_test.go Wire kubelet authn/authz 2016-10-25 03:40:09 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
server.go Add timeout argument to ExecInContainer 2016-11-07 13:00:59 +01:00
server_test.go Add timeout argument to ExecInContainer 2016-11-07 13:00:59 +01:00