You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: operator/apis/http/v1alpha1/httpscaledobject_types.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ type HTTPScaledObjectSpec struct {
104
104
CooldownPeriod*int32`json:"scaledownPeriod,omitempty" description:"Cooldown period (seconds) for resources to scale down (Default 300)"`
105
105
// (optional) Initial period before scaling
106
106
// +optional
107
-
InitialCooldownPeriodint32`json:"initialCooldownPeriod,omitempty" description:"Initial period (seconds) before scaling (Default 0)"`
107
+
InitialCooldownPeriod*int32`json:"initialCooldownPeriod,omitempty" description:"Initial period (seconds) before scaling (Default 0)"`
108
108
// (optional) Configuration for the metric used for scaling
109
109
// +optional
110
110
ScalingMetric*ScalingMetricSpec`json:"scalingMetric,omitempty" description:"Configuration for the metric used for scaling. If empty 'concurrency' will be used"`
0 commit comments