# Functions
IgnoreNodeFilter returns a node filter function that filters out the node with the provided id.
NewFilteredNodeLookup creates a NodeDescriptorLookup with a node filter function applied.
NewRuntimeNodeLookup creates a new runtime node lookup.
NewVersionedNodeDescriptorWatcher creates a new base versioned node descriptor watcher.
TagFilter returns a node filter function that only includes nodes with the given tag.
TagsForRoleMask returns node lookup tags for node roles.
WithAllFilters combines multiple filters into a single NodeFilterFunc that only includes nodes passing all of the provided filters.
# Interfaces
NodeDescriptorLookup is the node descriptor lookup interface.
VersionedNodeDescriptorWatcher is the versioned node descriptor watcher interface.
# Type aliases
NodeFilterFunc is a function that performs node filtering.