Sha256: 7a9c500c7ab4343089401ee64852d33ec1230a8596f71e21eb5ec857deb8507f

Contents?: true

Size: 838 Bytes

Versions: 1

Compression:

Stored size: 838 Bytes

Contents

# Zilla::IoK8sApiCoreV1ScopedResourceSelectorRequirement

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **operator** | **String** | Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist.   |  |
| **scope_name** | **String** | The name of the scope that the selector applies to.   |  |
| **values** | **Array<String>** | 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::IoK8sApiCoreV1ScopedResourceSelectorRequirement.new(
  operator: null,
  scope_name: null,
  values: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1ScopedResourceSelectorRequirement.md