package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.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.