public sealed class Toleration : IMessage<Toleration>, IEquatable<Toleration>, IDeepCloneable<Toleration>, IBufferMessage, IMessageReference 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.
Implements
IMessageToleration, IEquatableToleration, IDeepCloneableToleration, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
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 |
|