package
0.0.0-20241227013453-bca544e16838
Repository: https://github.com/khulnasoft-lab/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.