Google Kubernetes Engine v1 API - Class TaintConfig (3.38.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class TaintConfig.

TaintConfig contains the configuration for the taints of the node pool.

Inheritance

object > TaintConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

TaintConfig()

public TaintConfig()

TaintConfig(TaintConfig)

public TaintConfig(TaintConfig other)
Parameter
Name Description
other TaintConfig

Properties

ArchitectureTaintBehavior

public TaintConfig.Types.ArchitectureTaintBehavior ArchitectureTaintBehavior { get; set; }

Optional. Controls architecture tainting behavior.

Property Value
Type Description
TaintConfigTypesArchitectureTaintBehavior

HasArchitectureTaintBehavior

public bool HasArchitectureTaintBehavior { get; }

Gets whether the "architecture_taint_behavior" field is set

Property Value
Type Description
bool