mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
remove ignored option at kubernetes plugin (#3737)
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
This commit is contained in:
@@ -202,8 +202,6 @@ func ParseStanza(c *caddy.Controller) (*Kubernetes, error) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
return nil, c.ArgErr()
|
return nil, c.ArgErr()
|
||||||
case "resyncperiod":
|
|
||||||
continue
|
|
||||||
case "labels":
|
case "labels":
|
||||||
args := c.RemainingArgs()
|
args := c.RemainingArgs()
|
||||||
if len(args) > 0 {
|
if len(args) > 0 {
|
||||||
@@ -230,9 +228,6 @@ func ParseStanza(c *caddy.Controller) (*Kubernetes, error) {
|
|||||||
return nil, c.ArgErr()
|
return nil, c.ArgErr()
|
||||||
case "fallthrough":
|
case "fallthrough":
|
||||||
k8s.Fall.SetZonesFromArgs(c.RemainingArgs())
|
k8s.Fall.SetZonesFromArgs(c.RemainingArgs())
|
||||||
case "upstream":
|
|
||||||
// remove soon
|
|
||||||
c.RemainingArgs() // eat remaining args
|
|
||||||
case "ttl":
|
case "ttl":
|
||||||
args := c.RemainingArgs()
|
args := c.RemainingArgs()
|
||||||
if len(args) == 0 {
|
if len(args) == 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user