feat: add native_mode as typed field on WorkerGroupConfig

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ruben Fiszel
2026-02-17 00:17:39 +00:00
parent 8a2c924e6d
commit b3c32547aa

View File

@@ -712,6 +712,8 @@ pub struct WorkerGroupConfig {
pub min_alive_workers_alert_threshold: Option<u32>,
#[serde(skip_serializing_if = "Option::is_none")]
pub autoscaling: Option<AutoscalingConfig>,
#[serde(skip_serializing_if = "Option::is_none")]
pub native_mode: Option<bool>,
/// Catch-all for fields not yet covered by typed fields.
#[serde(flatten)]