We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 074bc46 + 7ee9dbc commit 6ba7098Copy full SHA for 6ba7098
autoscaling/v1alpha1/types.go
@@ -45,7 +45,7 @@ type EffectiveHorizontalPodAutoscalerSpec struct {
45
// If not set, when ScaleStrategy is setting to Preview, it will just stop scaling
46
// +optional
47
// +kubebuilder:validation:Type=integer
48
- SpecificReplicas *int32 `json:"specificReplicas"`
+ SpecificReplicas *int32 `json:"specificReplicas,omitempty"`
49
// metrics contains the specifications for which to use to calculate the
50
// desired replica count (the maximum replica count across all metrics will
51
// be used). The desired replica count is calculated multiplying the
0 commit comments