k3s/pkg/kubelet/container
Clayton Coleman c2e90cd154 Support extended pod logging options
Increase the supported controls on pod logging. Add validaiton to pod
log options. Ensure the Kubelet is using a consistent, structured way to
process pod log arguments.

Add ?sinceSeconds=<durationInSeconds>, &sinceTime=<RFC3339>, ?timestamps=<bool>,
?tailLines=<number>, and ?limitBytes=<number>
2015-09-21 15:39:32 -04:00
..
container_reference_manager.go kubelet/dockertools: clear container reference when killing a container. 2015-08-25 18:22:08 -07:00
fake_runtime.go Support extended pod logging options 2015-09-21 15:39:32 -04:00
helpers.go Add NotReadyAddresses to Endpoints 2015-09-17 09:41:56 -04:00
helpers_test.go Correcting all go vet errors 2015-08-11 13:55:37 -07:00
image_puller.go Merge pull request #13727 from jiangyaoguo/fix-reason-reporting-in-kubelet 2015-09-11 12:32:20 -07:00
os.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
pty_linux.go kubelet/container: Move pty*.go to container runtime package. 2015-05-07 23:36:47 -07:00
pty_unsupported.go kubelet/container: Move pty*.go to container runtime package. 2015-05-07 23:36:47 -07:00
readiness_manager.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
ref.go rewrite go imports 2015-08-05 17:30:03 -07:00
ref_test.go Moving Status object to a common package 2015-09-17 14:09:53 -07:00
runtime.go Support extended pod logging options 2015-09-21 15:39:32 -04:00
runtime_cache.go kubelet: Minor refactors. 2015-06-04 16:08:45 -07:00
runtime_cache_test.go Kubelet: clean up kubelet_test.go 2015-05-26 17:11:24 -07:00