mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 20:42:33 +02:00
Alter existing "deprecated" function to return all migration notices (#159)
This commit is contained in:
parent
5960d7facb
commit
709b136563
7 changed files with 19 additions and 122 deletions
|
@ -41,4 +41,5 @@ const (
|
|||
removed = "removed" // plugin/option has been removed from CoreDNS
|
||||
unsupported = "unsupported" // plugin/option is not supported by the migration tool
|
||||
newdefault = "newdefault" // plugin/option was added to the default corefile
|
||||
all = "all" // all plugin/option that are deprecated, ignored, removed and new defaults.
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue