light modification
This commit is contained in:
@@ -7,12 +7,14 @@ const (
|
||||
GB StorageSize = iota
|
||||
MB
|
||||
KB
|
||||
TB
|
||||
)
|
||||
|
||||
var argoType = [...]string{
|
||||
"Gi",
|
||||
"Mi",
|
||||
"Ki",
|
||||
"Ti",
|
||||
}
|
||||
|
||||
// New creates a new instance of the StorageResource struct
|
||||
|
||||
Reference in New Issue
Block a user