List Deployment (scoped by ?namespace)

get/v0/deployments

Query parameters

namespacestring

Namespace (defaults to 'default'; 'all' lists across all namespaces).

Namespace (defaults to 'default'; 'all' lists across all namespaces).

limitinteger

Max items to return (default 50).

Max items to return (default 50).

cursorstring

Opaque pagination cursor.

Opaque pagination cursor.

labelsstring

Label selector: key=value,key2=value2.

Label selector: key=value,key2=value2.

latestOnlyboolean

Only return rows with is_latest_version=true.

Only return rows with is_latest_version=true.

includeTerminatingboolean

Include rows with a deletionTimestamp.

Include rows with a deletionTimestamp.

Response

OK

nextCursorstring

Changes