Google Kubernetes Engine v1 API - Class NodeTaints (3.25.0)

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

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

Collection of Kubernetes node taints.

Inheritance

object > NodeTaints

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

NodeTaints()

public NodeTaints()

NodeTaints(NodeTaints)

public NodeTaints(NodeTaints other)
Parameter
NameDescription
otherNodeTaints

Properties

Taints

public RepeatedField<NodeTaint> Taints { get; }

List of node taints.

Property Value
TypeDescription
RepeatedFieldNodeTaint