kubernetes/migration: Add new default plugins/options (#155)

* add new defaults

* i think this works better
This commit is contained in:
Chris O'Haver 2019-04-26 10:32:53 -04:00 committed by GitHub
parent d26b5fbfcb
commit 2821bdd6c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 136 additions and 24 deletions

View file

@ -38,4 +38,5 @@ const (
ignored = "ignored" // plugin/option is ignored by CoreDNS
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
)