Files
go/kubernetes/docs/V1Taint.md

14 lines
785 B
Markdown
Raw Permalink Normal View History

# V1Taint
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2019-03-19 22:09:04 -07:00
**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. |
**TimeAdded** | [**time.Time**](time.Time.md) | TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints. | [optional]
**Value** | **string** | Required. The taint value corresponding to the taint key. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)