# Functions
Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
MustAsset is like Asset but panics when Asset would return an error.
NewFakeFS creates an in-memory filesystem with all the required paths used by the ingress controller.
NewLocalFS implements Filesystem using same-named functions from "os" and "io/ioutil".
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
SHA1 returns the SHA1 of a file.
# Constants
DefaultSSLDirectory defines the location where the SSL certificates will be generated This directory contains all the SSL certificates that are specified in Ingress rules.
# Interfaces
Filesystem is an interface that we can use to mock various filesystem operations.