package
1.0.5
Repository: https://github.com/labring/operator-sdk.git
Documentation: pkg.go.dev

# README

IO

This package provides interfaces for working with file IO. Currently it provides functionality for consistently reading a file.

# Functions

ConsistentRead repeatedly reads a file until it gets the same content twice.
ReadAtMost reads up to `limit` bytes from `r`, and reports an error when `limit` bytes are read.

# Variables

ErrLimitReached means that the read limit is reached.