mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 20:42:33 +02:00
kubernetes/migration: Add new default plugins/options (#155)
* add new defaults * i think this works better
This commit is contained in:
parent
d26b5fbfcb
commit
2821bdd6c4
4 changed files with 136 additions and 24 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue