fix mis-spelling (#3310)
Signed-off-by: xieyanker <xjsisnice@gmail.com>
This commit is contained in:
parent
27e22b0696
commit
9a5e4fa1a0
11 changed files with 13 additions and 13 deletions
|
@ -49,7 +49,7 @@ func (k *Kubernetes) AutoPath(state request.Request) []string {
|
|||
return search
|
||||
}
|
||||
|
||||
// podWithIP return the api.Pod for source IP ip. It returns nil if nothing can be found.
|
||||
// podWithIP return the api.Pod for source IP. It returns nil if nothing can be found.
|
||||
func (k *Kubernetes) podWithIP(ip string) *object.Pod {
|
||||
ps := k.APIConn.PodIndex(ip)
|
||||
if len(ps) == 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue