Sha256: 5acf693456548e2c30842407e28289de560aff0e5656f744ddfee55274c0e1d0

Contents?: true

Size: 853 Bytes

Versions: 1

Compression:

Stored size: 853 Bytes

Contents

# Zilla::IoK8sApimachineryPkgApisMetaV1LabelSelectorRequirement

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **key** | **String** | key is the label key that the selector applies to. |  |
| **operator** | **String** | operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. |  |
| **values** | **Array<String>** | values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. | [optional] |

## Example

```ruby
require 'zilla'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApimachineryPkgApisMetaV1LabelSelectorRequirement.md