mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 22:56:09 +02:00
Remove unnecessary slashes
This commit is contained in:
parent
a4b753df6c
commit
0af588317b
@ -35,7 +35,7 @@ const (
|
||||
targetAnnotationKey = "external-dns.alpha.kubernetes.io/target"
|
||||
// The annotation used for defining the desired DNS record TTL
|
||||
ttlAnnotationKey = "external-dns.alpha.kubernetes.io/ttl"
|
||||
//// The annotation used for switching to the alias record types e. g. AWS Alias records instead of a normal CNAME
|
||||
// The annotation used for switching to the alias record types e. g. AWS Alias records instead of a normal CNAME
|
||||
aliasAnnotationKey = "external-dns.alpha.kubernetes.io/alias"
|
||||
// The value of the controller annotation so that we feel responsible
|
||||
controllerAnnotationValue = "dns-controller"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user