Skip to main content

Module core

Module core 

Source
Expand description

Core protocol message payloads.

Structs§

ClockSync
Payload for core.clock.sync messages.
CoreError
Payload for core.error messages.
InitAck
Payload for core.init.ack messages.
InitResolved
Payload for core.init.resolved messages.
Ping
Payload for core.ping messages.
Pong
Payload for core.pong messages.
Ready
Payload for core.ready messages.
RelayClientDisconnected
Payload for core.relay.client.disconnected messages.
ResolvedUser
A guest user and group resolved by agentd.
RootDiskGrow
Root disk growth target, in bytes, used for preflight and apply.
RootDiskState
Observed capacities of the guest root filesystem and its block device.
Touch
Payload for core.touch messages.
Touched
Payload for core.touched messages.
WorkloadFailure
Additional recovery information for a workload control error.
WorkloadFreeze
Payload for core.workload.freeze messages.
WorkloadFrozen
Payload for core.workload.frozen messages.
WorkloadThaw
Payload for core.workload.thaw messages.
WorkloadThawed
Payload for core.workload.thawed messages.
WorkloadTransportCredit
Absolute aggregate input grants in core.workload.transport.credit.
WorkloadTransportPosition
Cumulative ordinary input admitted at complete frame or record boundaries.

Enums§

CoreErrorKind
Machine-readable core.error categories.
WorkloadFailureDisposition
Freezer failure dispositions; unknown future values never authorize a fallback.
WorkloadThawMode
How a captured workload returns to execution.

Constants§

WORKLOAD_TRANSPORT_BARRIER_VERSION
Complete-frame workload barrier with logical control/data admission classes.
WORKLOAD_TRANSPORT_BULK_BYTES
Maximum outstanding data wire bytes, including raw bulk, stdin and inline FS/TCP payloads.
WORKLOAD_TRANSPORT_BULK_FRAMES
Maximum outstanding data records/messages, including ordered empty EOF messages.
WORKLOAD_TRANSPORT_CONTROL_BYTES
Maximum outstanding command/control wire bytes, including frame headers.
WORKLOAD_TRANSPORT_CONTROL_FRAMES
Maximum outstanding command/control frames, excluding retained workload payloads.