mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Fix some typos in comments. (#4100)
Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
This commit is contained in:
@@ -49,7 +49,7 @@ func (k *Kubernetes) AutoPath(state request.Request) []string {
|
||||
return search
|
||||
}
|
||||
|
||||
// podWithIP return the api.Pod for source IP. It returns nil if nothing can be found.
|
||||
// podWithIP returns the api.Pod for source IP. It returns nil if nothing can be found.
|
||||
func (k *Kubernetes) podWithIP(ip string) *object.Pod {
|
||||
if k.podMode != podModeVerified {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user