Title here
Summary here
The Filter builder helps generating a filter, a.k.a a labels matcher expression.
Parameter | Type | Mandatory/Optional | Default | Description |
---|---|---|---|---|
#input | […varBuilder] | Mandatory | The list of variables builders from which to generate the filter. |
Field | Type | Description |
---|---|---|
filter | string | A labels matcher expression, that covers all the variables previously passed. E.g {namespace="$namespace",pod="$pod",container="$container"} |