package
0.0.0-20241216132345-21f2d2bb60e0
Repository: https://github.com/elastic/eck-diagnostics.git
Documentation: pkg.go.dev
# Functions
And creates filters that are the logical AND of all passed filters in fs.
No description provided by the author
NewTypeFilter returns a new set of filters, given a slice of key=value pairs, parses and validates the given filters, and returns an error if the given key=value pairs are invalid.
No description provided by the author
# Variables
No description provided by the author
ValidTypes are the valid types of Elastic resources that are supported by the filtering system.
# Structs
TypeFilter contains a type + name (type = elasticsearch, name = my-cluster) and a label selector to easily determine if any queried resource's labels match a given filter.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
TypeFilters contains a Filter map for each Elastic type given in the filter "source".