mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 20:42:33 +02:00
parent
56bee8655c
commit
cf59f40250
2 changed files with 10 additions and 5 deletions
|
@ -63,7 +63,7 @@ var Versions = map[string]release{
|
|||
action: removeOption,
|
||||
},
|
||||
"endpoint": {
|
||||
status: deprecated,
|
||||
status: ignored,
|
||||
action: removeExtraEndpoints,
|
||||
},
|
||||
"tls": {},
|
||||
|
@ -72,6 +72,10 @@ var Versions = map[string]release{
|
|||
"labels": {},
|
||||
"pods": {},
|
||||
"endpoint_pod_names": {},
|
||||
"upstream": {
|
||||
status: ignored,
|
||||
action: removeOption,
|
||||
},
|
||||
"ttl": {},
|
||||
"noendpoints": {},
|
||||
"transfer": {},
|
||||
|
@ -120,7 +124,7 @@ var Versions = map[string]release{
|
|||
options: map[string]option{
|
||||
"resyncperiod": {},
|
||||
"endpoint": {
|
||||
status: deprecated,
|
||||
status: ignored,
|
||||
action: removeExtraEndpoints,
|
||||
},
|
||||
"tls": {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue