package
1.14.0-alpha.0
Repository: https://github.com/everpeace/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.
ReadOrDie tries to retrieve the desired file content from one of the registered file sources.

# Structs

BindataFileSource 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.

# Type aliases

Fail is an error handler function with the same prototype and semantic as ginkgo.Fail.