Function: asQuery()
function asQuery(queryParams?: QueryParameters): string
Converts k8s queryParams to a URL query string.
Parameters
| Parameter | Type | Description |
|---|---|---|
queryParams? | QueryParameters | The k8s API query parameters to convert. |
Returns
string
The query string (starting with '?'), or empty string.