Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + const CoreDNS + const IPv6DualStack + var InitFeatureGates = FeatureList + func CheckDeprecatedFlags(f *FeatureList, features map[string]bool) map[string]string + func Enabled(featureList map[string]bool, featureName string) bool + func Keys(featureList FeatureList) []string + func KnownFeatures(f *FeatureList) []string + func NewFeatureGate(f *FeatureList, value string) (map[string]bool, error) + func Supports(featureList FeatureList, featureName string) bool + func ValidateVersion(allFeatures FeatureList, requestedFeatures map[string]bool, ...) error + type Feature struct + DeprecationMessage string + HiddenInHelpText bool + MinimumVersion *version.Version + type FeatureList map[string]Feature