Anthos Multi-Cloud v1 API - Class Toleration (2.10.0)

public sealed class Toleration : IMessage<Toleration>, IEquatable<Toleration>, IDeepCloneable<Toleration>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class Toleration.

Toleration defines the fields for tolerations for pods created by auto-installed components.

Inheritance

object > Toleration

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

Toleration()

public Toleration()

Toleration(Toleration)

public Toleration(Toleration other)
Parameter
Name Description
other Toleration

Properties

Effect

public Toleration.Types.Effect Effect { get; set; }

Effect indicates the taint effect to match e.g. 'NoSchedule'

Property Value
Type Description
TolerationTypesEffect

Key

public string Key { get; set; }

Key is the taint key that the toleration applies to.

Property Value
Type Description
string

KeyOperator

public Toleration.Types.KeyOperator KeyOperator { get; set; }

KeyOperator represents a key's relationship to the value e.g. 'Exist'.

Property Value
Type Description
TolerationTypesKeyOperator

Value

public string Value { get; set; }

Value is the taint value that the toleration applies to.

Property Value
Type Description
string