Ability to quota storage by storage class

This commit is contained in:
Derek Carr
2016-12-07 15:44:16 -05:00
parent 7168fce59a
commit 459a7a05f1
24 changed files with 794 additions and 492 deletions

View File

@@ -218,6 +218,7 @@ func TestIsQualifiedName(t *testing.T) {
"1.2.3.4/5678",
"Uppercase_Is_OK_123",
"example.com/Uppercase_Is_OK_123",
"requests.storage-foo",
strings.Repeat("a", 63),
strings.Repeat("a", 253) + "/" + strings.Repeat("b", 63),
}