Skip to main content

Module modify

Module modify 

Source
Expand description

Sandbox modification contract shared by the SDKs, the CLI, and future backends.

These are the serializable request/response types behind sandbox.modify(): the patch a caller submits, and the plan that classifies each change. The builder and classification logic live in the SDK; this module owns only the wire-shaped data so any backend (local today, cloud later) and any language binding can speak the same contract.

Structs§

ConfigPlannedChange
Planned config change.
ModificationConflict
Conflict that blocks applying a modification.
ModificationWarning
Warning emitted while planning a modification.
ResourceResizeStatus
Status for a live resource resize.
SandboxModificationPatch
A requested sandbox modification.
SandboxModificationPlan
Serializable dry-run or apply plan for a sandbox modification.
SecretModificationPatch
A desired secret spec inside a modification patch.
SecretPlannedChange
Planned secret change.

Enums§

ChangeKind
Natural config change type for human output.
ModificationDisposition
When or whether a planned change can take effect.
ModificationPolicy
Policy selected for applying or planning a modification.
PlannedChange
One planned modification entry.
ResourceConvergenceState
Runtime convergence state for an accepted resource resize.
ResourceKind
Resource kind used by live resize convergence reporting.
SecretChangeKind
Natural secret change type for human output.
SecretSource
Host-side source for secret material.