Sha256: bd2a22e458f5ebe502845f04e23c2a67c473169e2d87fe59d1effde365ce8942

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

# Zilla::IoK8sApiAutoscalingV2beta2HPAScalingRules

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **policies** | [**Array<IoK8sApiAutoscalingV2beta2HPAScalingPolicy>**](IoK8sApiAutoscalingV2beta2HPAScalingPolicy.md) | policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid | [optional] |
| **select_policy** | **String** | selectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used. | [optional] |
| **stabilization_window_seconds** | **Integer** | StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long). | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiAutoscalingV2beta2HPAScalingRules.new(
  policies: null,
  select_policy: null,
  stabilization_window_seconds: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiAutoscalingV2beta2HPAScalingRules.md