k3s/pkg/volume/util
Kubernetes Submit Queue 7d83484ec1
Merge pull request #62266 from feiskyer/win-log-stats
Automatic merge from submit-queue (batch tested with PRs 62266, 64351, 64366, 64235, 64560). 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 log and fs stats for Windows containers

**What this PR does / why we need it**:

Add log and fs stats for Windows containers.

Without this, kubelet will report errors continuously:

```
Unable to fetch container log stats for path \var\log\pods\2a70ed65-37ae-11e8-8730-000d3a14b1a0\echo: Du not supported for this build.
```

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #60180 #62047

**Special notes for your reviewer**:

**Release note**:

```release-note
Add log and fs stats for Windows containers
```
2018-06-04 18:44:10 -07:00
..
fs Rename Du() to DiskUsage() for more expressive 2018-05-22 10:52:06 +08:00
nestedpendingoperations Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
operationexecutor implement kubelet side online file system resize for volume 2018-05-31 17:10:24 +08:00
recyclerclient Prevent virtual infinite loop in volume controller 2018-04-13 21:19:45 -06:00
types refactored mount, attach, resize operation's so that all failures generate events and event generation is more consistent. 2017-12-14 11:09:12 -08:00
volumepathhandler update bazel 2018-02-27 20:23:36 +08:00
BUILD Implement volume plugin changes for volume limits 2018-06-01 19:17:30 -04:00
OWNERS Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00
atomic_writer.go Fix use visible files creation for windows 2018-04-16 11:12:17 +08:00
atomic_writer_test.go Use filepath.Clean() instead of path.Clean() 2018-04-17 10:44:30 +08:00
attach_limit.go Implement volume plugin changes for volume limits 2018-06-01 19:17:30 -04:00
device_util.go Update detach logic for block volume if devicePath is empty 2017-12-15 11:56:14 -05:00
device_util_linux.go Update detach logic for block volume if devicePath is empty 2017-12-15 11:56:14 -05:00
device_util_linux_test.go Update detach logic for block volume if devicePath is empty 2017-12-15 11:56:14 -05:00
device_util_unsupported.go Update detach logic for block volume if devicePath is empty 2017-12-15 11:56:14 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
error.go Fix dangling attach errors 2017-11-16 08:43:36 -05:00
finalizer.go reuse PVC protection admission plugin for PV protection 2018-01-31 20:02:01 +08:00
io_util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
metrics.go refactored mount, attach, resize operation's so that all failures generate events and event generation is more consistent. 2017-12-14 11:09:12 -08:00
nested_volumes.go Fix nested volume mounts for read-only API data volumes 2018-02-27 07:41:39 -07:00
nested_volumes_test.go Fix nested volume mounts for read-only API data volumes 2018-02-27 07:41:39 -07:00
resize_util.go Improve messaging on resize 2018-01-29 15:07:51 -05:00
resize_util_test.go Improve messaging on resize 2018-01-29 15:07:51 -05:00
util.go Add block volume support to internal provisioners. 2018-05-29 12:02:40 +02:00
util_test.go Merge pull request #62556 from msau42/fix-node-selector-term 2018-04-16 01:57:04 -07:00