diff --git a/castai/sdk/api.gen.go b/castai/sdk/api.gen.go index fb4ffa65..8e4fec04 100644 --- a/castai/sdk/api.gen.go +++ b/castai/sdk/api.gen.go @@ -3334,6 +3334,7 @@ type WorkloadoptimizationV1AggregatedMetrics struct { type WorkloadoptimizationV1AntiAffinitySettings struct { // Defines if anti-affinity should be considered when scaling the workload. // When true, requiring host ports, or having anti-affinity on hostname will force all recommendations to be deferred. + // When not set or missing the default value is true. ConsiderAntiAffinity *bool `json:"considerAntiAffinity"` }