package
1.0.25
Repository: https://github.com/coredns/corefile-migration.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Default returns true if the Corefile is the default for a given version of Kubernetes.
Deprecated returns a list of deprecation notifications affecting the given Corefile.
Migrate returns the Corefile converted to toCoreDNSVersion, or an error if it cannot.
MigrateDown returns the Corefile converted to toCoreDNSVersion, or an error if it cannot.
Released returns true if dockerImageSHA matches any released image of CoreDNS.
Unsupported returns a list notifications of plugins/options that are not handled supported by this migration tool, but may still be valid in CoreDNS.
No description provided by the author
ValidVersions returns a list of all versions defined.
VersionFromSHA returns the version string matching the dockerImageSHA.

# Constants

show all statuses.
deprecated, but still completely functional.
if included in the corefile, it will be ignored by CoreDNS.
added to the default corefile.
completely removed from CoreDNS, and would cause CoreDNS to exit if present in the Corefile.
the plugin/option is not supported by the migration tool.

# Variables

Versions holds a map of plugin/option migrations per CoreDNS release (since 1.1.4).

# Structs

Notice is a migration warning.