UpdateTask saves the whole client-supplied Task, including status. A normal ax apply sends no status, so reapplying a running Task replaces its controller-written status with Pending and clears its conditions and other runtime fields.
The endpoint also accepts a status supplied by a client. In particular, the reconciler trusts WorkspaceReady=True and can skip the workspace readiness check.
UpdateTask saves the whole client-supplied Task, including status. A normal ax apply sends no status, so reapplying a running Task replaces its controller-written status with Pending and clears its conditions and other runtime fields.
The endpoint also accepts a status supplied by a client. In particular, the reconciler trusts
WorkspaceReady=Trueand can skip the workspace readiness check.