kubernetes/pkg/kubelet/util
Kubernetes Submit Queue dc35709eee
Merge pull request #54085 from yujuhong/checkpoint-pkg
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add a file store utility package in kubelet

More and more components checkpoints (i.e., persist their states) in
kubelet. Refurbish and move the implementation in dockershim to a
utility package to improve code reusability.
2017-11-02 13:50:16 -07:00
..
cache update BUILD files 2017-10-15 18:18:13 -07:00
format update BUILD files 2017-10-15 18:18:13 -07:00
ioutils update BUILD files 2017-10-15 18:18:13 -07:00
queue update BUILD files 2017-10-15 18:18:13 -07:00
sliceutils update BUILD files 2017-10-15 18:18:13 -07:00
store Address more comments 2017-10-25 10:07:32 -07:00
BUILD Merge pull request #54085 from yujuhong/checkpoint-pkg 2017-11-02 13:50:16 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
util_test.go func parseEndpointWithFallbackProtocol should check if protocol of endpoint is empty. 2017-06-06 17:28:15 +08:00
util_unix.go Add fake remote runtime service 2017-10-27 15:16:53 +08:00
util_unsupported.go Add fake remote runtime service 2017-10-27 15:16:53 +08:00
util_windows.go Support TCP type runtime endpoint for kubelet. 2017-05-25 09:16:11 +08:00
util.go func parseEndpointWithFallbackProtocol should check if protocol of endpoint is empty. 2017-06-06 17:28:15 +08:00