Sha256: 40eeb5a84b23714730ee10a6b00ca9fd27b4f7c671fc292e854de59c620fcd56

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

# Zilla::IoK8sApiAutoscalingV2HPAScalingRules

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **policies** | [**Array<IoK8sApiAutoscalingV2HPAScalingPolicy>**](IoK8sApiAutoscalingV2HPAScalingPolicy.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 Max 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::IoK8sApiAutoscalingV2HPAScalingRules.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/IoK8sApiAutoscalingV2HPAScalingRules.md