Sha256: a41d1b85f2854dae0c4a7dc3b8b0c51704ddce7c4d7d13f55494a0f1bf5dbdea

Contents?: true

Size: 697 Bytes

Versions: 1

Compression:

Stored size: 697 Bytes

Contents

# Zilla::IoK8sApiBatchV1PodFailurePolicy

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **rules** | [**Array<IoK8sApiBatchV1PodFailurePolicyRule>**](IoK8sApiBatchV1PodFailurePolicyRule.md) | A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed. |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiBatchV1PodFailurePolicy.new(
  rules: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiBatchV1PodFailurePolicy.md