Sha256: 5917b28f5f15e740dbd90ead9318cbdc2db1ebf882b5cd9b5ca7c5a4c6212a0d

Contents?: true

Size: 829 Bytes

Versions: 1

Compression:

Stored size: 829 Bytes

Contents

# Zilla::IoK8sApiCoreV1Taint

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **effect** | **String** | Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.   |  |
| **key** | **String** | Required. The taint key to be applied to a node. |  |
| **time_added** | **Time** | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.  Wrappers are provided for many of the factory methods that the time package offers. | [optional] |
| **value** | **String** | The taint value corresponding to the taint key. | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1Taint.new(
  effect: null,
  key: null,
  time_added: null,
  value: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1Taint.md