# Functions
CollectLogsFromContainers collects logs from containers - containerFilter allows you to specify - namespace in which to search for pods - labelSelector to filter pods by their labels (keep empty to not filter) - containerNameRegexFilter to filter containers in the pod (keep empty to not filter) - maxNamespaceContainers to limit the containers in the given namespace (keep empty to not limit) - logMessagesFilter allows you to specify - messagesToSearch to filter the logs by substrings (case-insensitive) or regex (add `(?i)` in the beginning to make search case-insensitive).
FilterLogFromScanner filters the desired messages from the log.
# Constants
ImageConfigBurst is the maximum burst for image client.
ImageConfigQPS is the maximum qps for image client.
# Structs
LogContainersFilter allows you to filter containers.
LogMessagesFilter allows you to filter messages.