package
1.8.0
Repository: https://github.com/openkruise/kruise.git
Documentation: pkg.go.dev

# Functions

AddFileSource registers another provider for files that may be needed at runtime.
Exists checks whether a file could be read.
Read tries to retrieve the desired file content from one of the registered file sources.

# Structs

EmbeddedFileSource handles files stored in a package generated with bindata.
RootFileSource looks for files relative to a root directory.

# Interfaces

FileSource implements one way of retrieving test file content.