Skip to content

Commit

Permalink
Generated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
igooch committed Jun 12, 2023
1 parent 7e2129e commit 2d0c135
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions site/content/en/docs/Reference/agones_crd_api_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -6996,7 +6996,7 @@ <h3 id="autoscaling.agones.dev/v1.CounterPolicy">CounterPolicy
<td>
<p>MinCapacity is the minimum aggregate Counter total capacity across the fleet.
If zero, MinCapacity is ignored.
If non zero, MinCapacity must be smaller than MaxCapacity and bigger than BufferSize</p>
If non zero, MinCapacity must be smaller than MaxCapacity and bigger than BufferSize.</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -7508,7 +7508,7 @@ <h3 id="autoscaling.agones.dev/v1.ListPolicy">ListPolicy
<a href="#autoscaling.agones.dev/v1.FleetAutoscalerPolicy">FleetAutoscalerPolicy</a>)
</p>
<p>
<p>ListPolicy controls the desired behavior of the list autoscaler policy.</p>
<p>ListPolicy controls the desired behavior of the List autoscaler policy.</p>
</p>
<table>
<thead>
Expand Down Expand Up @@ -7551,7 +7551,7 @@ <h3 id="autoscaling.agones.dev/v1.ListPolicy">ListPolicy
<td>
<p>MinCapacity is the minimum aggregate List total capacity across the fleet.
If zero, it is ignored.
If non zero, it must be smaller than MaxCapacity and bigger than BufferSize</p>
If non zero, it must be smaller than MaxCapacity and bigger than BufferSize.</p>
</td>
</tr>
<tr>
Expand All @@ -7562,8 +7562,8 @@ <h3 id="autoscaling.agones.dev/v1.ListPolicy">ListPolicy
</em>
</td>
<td>
<p>BufferSize is the size of a buffer based on the list capacity that is available over the
current aggregate list length in the Fleet (available capacity). It can be specified either
<p>BufferSize is the size of a buffer based on the List capacity that is available over the
current aggregate List length in the Fleet (available capacity). It can be specified either
as an absolute value (i.e. 5) or percentage format (i.e. 5%).
Must be bigger than 0. Required field.</p>
</td>
Expand Down

0 comments on commit 2d0c135

Please sign in to comment.