Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Horizontal Pod Autoscaler Behavior and add hpa scaledown test #1077

Merged
merged 17 commits into from
Sep 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ran make api-docs
Signed-off-by: Kevin Earls <kearls@redhat.com>
  • Loading branch information
kevinearls committed Sep 8, 2022
commit bdc6eb3b2760e3cee8cf8aaebcabf21ec616f4d4
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1893,7 +1893,7 @@ Autoscaler specifies the pod autoscaling configuration to use for the OpenTeleme
<td><b><a href="#opentelemetrycollectorspecautoscalerbehavior">behavior</a></b></td>
<td>object</td>
<td>
AutoscalerBehaviorSpec configures the scaling behavior of the target<br/>
AutoscalerBehaviorSpec configures the scaling behavior of the target.<br/>
</td>
<td>false</td>
</tr></tbody>
Expand All @@ -1905,7 +1905,7 @@ Autoscaler specifies the pod autoscaling configuration to use for the OpenTeleme



AutoscalerBehaviorSpec configures the scaling behavior of the target
AutoscalerBehaviorSpec configures the scaling behavior of the target.

<table>
<thead>
Expand Down