Function: matchExpressionSimplifier()
function matchExpressionSimplifier(matchExpressions: undefined | object[]): string[] | ""
Simplifies a matchExpressions array into an array of string representations.
Parameters
| Parameter | Type | Description |
|---|---|---|
matchExpressions | undefined | object[] | the matchExpressionss array from a LabelSelector. |
Returns
string[] | ""
an array of simplified expression strings, or an empty string.