AbstractAbstract ReadonlyloggerAbstract ReadonlysdkStabilization polling configuration for this deployment run.
Populated by RuntimeAdapter from DeploymentEngineOptions.stabilize
(merged with engine defaults). Handlers read this via
ctx.stabilizeConfig when calling waitUntilStabilized.
Context object passed to every ResourceHandler method.
Carries the provider SDK, a logger, and the stabilization configuration supplied by the engine. Provider packages subclass this to expose a typed SDK (e.g.
HetznerRuntimeContext).