# Functions
New returns a kubernetes client.
No description provided by the author
NewCtrlCReader returns a new CtrlCReader instance.
NewFromConfig returns a new out-of-cluster kubernetes client.
NewInCluster returns a new in-cluster kubernetes client.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
CopyOptions have the data required to perform the copy operation.
CopyPipe struct is simple implementation to support copy files with retry.
CtrlCReader implements a simple Reader/Closer that returns Ctrl-C and EOF on Read() after it has been closed, and nothing before it.
No description provided by the author
No description provided by the author
# Type aliases
ReadFunc function is to support reading content from given offset till EOF.