Sha256: 5a439560987d3310fe28dbdafe2d9f3b518941f132047f3b2e8c05549521f89f

Contents?: true

Size: 945 Bytes

Versions: 1

Compression:

Stored size: 945 Bytes

Contents

# Zilla::IoK8sApiNodeV1Scheduling

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **node_selector** | **Hash<String, String>** | nodeSelector lists labels that must be present on nodes that support this RuntimeClass. Pods using this RuntimeClass can only be scheduled to a node matched by this selector. The RuntimeClass nodeSelector is merged with a pod's existing nodeSelector. Any conflicts will cause the pod to be rejected in admission. | [optional] |
| **tolerations** | [**Array<IoK8sApiCoreV1Toleration>**](IoK8sApiCoreV1Toleration.md) | tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass. | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiNodeV1Scheduling.new(
  node_selector: null,
  tolerations: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiNodeV1Scheduling.md