# Functions
CreateStorageClassFromFile will create a StorageClass from file with a name.
Get will return a StorageClass with a given name and namespace.
# Structs
Metadata holds information like name, create time.
Parameters holds information like skuName.
StorageClass is used to parse data from kubectl get storageclass.