package
1.11.0-alpha.1
Repository: https://github.com/ceshihao/kubernetes.git
Documentation: pkg.go.dev
# Functions
ConsistentRead repeatedly reads a file until it gets the same content twice.
# Structs
NsenterWriter is implementation of Writer interface that allows writing data to file using nsenter command.
StdWriter implements Writer interface and uses standard libraries for writing data to files.
# Interfaces
Writer is an interface which allows to write data to a file.