# Functions
ParseConfig will parse a config and return a Config.
ParseFileValue will parse a file resource/config option to return the local path and the destination path expected.
ParseResource will parse a resource and return a Config.
# Constants
ContentTypeData can contain binary content, won't be parsed to look for user properties.
ContentTypeText can't contain binary content, will be parsed to look for user properties.
StorageTypeConfigmap --.
StorageTypeEmptyDir --.
StorageTypePVC --.
StorageTypeSecret --.
# Type aliases
ContentType represent what kind of a content is, either data or purely text configuration.
StorageType represent a resource/config type such as configmap, secret or local file.