Skip to content

Commit

Permalink
Update api/datadoghq/v1alpha2/datadogpodautoscaler_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Celene <[email protected]>
  • Loading branch information
jbartosik and celenechang authored Feb 5, 2025
1 parent d92c05c commit b69924d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/datadoghq/v1alpha2/datadogpodautoscaler_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ type DatadogPodAutoscalerContainerResources struct {
// +optional
Limits corev1.ResourceList `json:"limits,omitempty"`

// Requests describes target resources of compute resources allowed.
// Requests describes the requested amount of compute resources.
// +optional
Requests corev1.ResourceList `json:"requests,omitempty"`
}
Expand Down

0 comments on commit b69924d

Please sign in to comment.