Selector represents conditional operation to select K8s objects.
Name | Type | Description | Notes |
---|---|---|---|
operation | String | Supported operations like ==, !=, <=, >= etc. Defaults to ==. Refer https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors for more info. | [optional] |
value | String | Value | |
key | String | Key name |