class Aws::EKS::Types::Taint

A property that allows a node to repel a set of pods.

@note When making an API call, you may pass Taint

data as a hash:

    {
      key: "taintKey",
      value: "taintValue",
      effect: "NO_SCHEDULE", # accepts NO_SCHEDULE, NO_EXECUTE, PREFER_NO_SCHEDULE
    }

@!attribute [rw] key

The key of the taint.
@return [String]

@!attribute [rw] value

The value of the taint.
@return [String]

@!attribute [rw] effect

The effect of the taint.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Taint AWS API Documentation

Constants

SENSITIVE