Sha256: ce89bf14f632314d33700a36cbb7488799241a2e2f94e2005c60ff78d5435f4c

Contents?: true

Size: 583 Bytes

Versions: 3

Compression:

Stored size: 583 Bytes

Contents

# Athenian::LogicalDeploymentRules

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **title** | **String** | Regular expression to match the deployment name. It must be a match starting from the start of the string.  | [optional] |
| **labels_include** | **Hash<String, Array<String>>** | Match deployments labeled by any key and having at least one value in the list.  | [optional] |

## Example

```ruby
require 'athenian'

instance = Athenian::LogicalDeploymentRules.new(
  title: .*[Aa]lpha,
  labels_include: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/LogicalDeploymentRules.md
athenian-2.1.85 docs/LogicalDeploymentRules.md
athenian-2.1.81 docs/LogicalDeploymentRules.md