Add the noop (ignored) status (#142)

* add noop/ignore status

* rebase
This commit is contained in:
Chris O'Haver 2019-04-09 16:56:51 -04:00 committed by GitHub
parent 56bee8655c
commit cf59f40250
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View file

@ -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": {},