From 2ec8cfd4b7c4313e53b79c37544d7633162f2e01 Mon Sep 17 00:00:00 2001 From: Lachezar Tsonov Date: Fri, 15 Nov 2024 10:00:21 +0200 Subject: [PATCH] Generate-all --- castai/sdk/api.gen.go | 1 + 1 file changed, 1 insertion(+) 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"` }