Skip to content

kubricate / domain/ResourceFilter / FilterResult

Interface: FilterResult

Result of filter operation containing filtered files and metadata

Properties

files

ts
files: RenderedFile[];

Files that matched the filters


matchedFilters

ts
matchedFilters: Set<string>;

Filters that matched at least one file


resourceIds

ts
resourceIds: Set<string>;

Set of all full resource IDs found in the input files (e.g., "app.deployment")


stackIds

ts
stackIds: Set<string>;

Set of all stack IDs found in the input files