ClusterKubernetesTaint
A Kubernetes taint that can be applied to cluster nodes.
Contents
- Effect
-
The effect of the taint. Valid values are
NoSchedule,PreferNoSchedule, andNoExecute.Type: String
Valid Values:
NoSchedule | PreferNoSchedule | NoExecuteRequired: Yes
- Key
-
The key of the taint.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 317.
Pattern:
([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?[A-Za-z0-9]([-A-Za-z0-9_.]*[A-Za-z0-9])?Required: Yes
- Value
-
The value of the taint.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: