package io
import "k8s.io/kubernetes/pkg/util/io"
Index ¶
Functions ¶
func ConsistentRead ¶
ConsistentRead repeatedly reads a file until it gets the same content twice. This is useful when reading files in /proc that are larger than page size and kernel may modify them between individual read() syscalls.
Source Files ¶
consistentread.go
- Version
- v1.12.6
- Published
- Feb 26, 2019
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 24 minutes ago –
Tools for package owners.