# Functions
ConvertFileToConfigmap convert a local file resource type in a configmap type taking care to create the Configmap on the cluster.
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.
ParseVolume will parse a volume 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 --.
StorageTypeFile --.
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.