api.PauseRolloutRequest
api.PauseRolloutRequest API schema defining 3 fields, including dry run, namespace, and reason.
dry_runboolean
Validate without applying
namespacestring
Namespace to search in
reasonstring
Reason for pausing
api.PauseRolloutRequest
{
"dry_run": true,
"namespace": "string",
"reason": "string"
}