Sha256: 8e8ea05001572e3f264ac2e6f5188ac71995e22eb2b46776ee2488bedddcaedc

Contents?: true

Size: 515 Bytes

Versions: 1

Compression:

Stored size: 515 Bytes

Contents

# Zilla::IoK8sApiCoreV1TopologySelectorLabelRequirement

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **key** | **String** | The label key that the selector applies to. |  |
| **values** | **Array<String>** | An array of string values. One value must match the label to be selected. Each entry in Values is ORed. |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1TopologySelectorLabelRequirement.new(
  key: null,
  values: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1TopologySelectorLabelRequirement.md