class ElasticAPM::Metadata::SystemInfo::ContainerInfo
def match_kubepods(directory)
def match_kubepods(directory) KUBEPODS_REGEXES.each do |r| next unless (match = r.match(directory)) return match end nil end
def match_kubepods(directory) KUBEPODS_REGEXES.each do |r| next unless (match = r.match(directory)) return match end nil end