mirror of
https://github.com/google/nomulus.git
synced 2025-07-02 17:23:32 +02:00
Remove UNRESERVED as a reservation type
This is a follow-up to Lai's refactoring of the get reservation types code to return a set rather than a single type. Since we're always returning a set now, the more natural way to represent a label that is not reserved is to return an empty set rather than a set containing UNRESERVED. Also fixes some minor style issues I ran across regarding static importing and test method naming that I ran across (no logic implications). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151132116
This commit is contained in:
parent
4260fb573f
commit
b03bd3b525
12 changed files with 83 additions and 90 deletions
|
@ -9,9 +9,6 @@ Reserved lists are handled in a similar way to [premium
|
|||
lists](./premium-list-management.md), except that instead of each label having
|
||||
a price, it has a reservation type. The valid values for reservation types are:
|
||||
|
||||
* **`UNRESERVED`** - The default value for any label that isn't reserved.
|
||||
Labels that aren't explictly under any other status implictly have this
|
||||
value.
|
||||
* **`NAMESERVER_RESTRICTED`** - Only nameservers included here can be set on a
|
||||
domain with this label. If the a label in this type exists on multiple
|
||||
reserved lists that are applied to the same TLD. The set of allowed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue