mine
derailed 2020-07-02 18:58:14 -06:00
parent 0f05af410f
commit 793ca2ba76
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ func (ff Forwarders) IsPodForwarded(path string) bool {
return false
}
// IsForwarded checks if pod has a forward
// IsContainerForwarded checks if pod has a forward
func (ff Forwarders) IsContainerForwarded(path, co string) bool {
_, ok := ff[path+":"+co]