package
1.4.0-beta.2
Repository: https://github.com/crisesw/containerd.git
Documentation: pkg.go.dev

# Functions

Parse the strings into a filter that may be used with an adaptor.
ParseAll parses each filter in ss and returns a filter that will return true if any filter matches the expression.

# Variables

Always is a filter that always returns true for any type of object.

# Interfaces

Adaptor specifies the mapping of fieldpaths to a type.
Filter matches specific resources based the provided filter.

# Type aliases

AdapterFunc allows implementation specific matching of fieldpaths.
All allows multiple filters to be matched against the object.
Any allows multiple filters to be matched against the object.
FilterFunc is a function that handles matching with an adaptor.