Class NodeTaints
Collection of Kubernetes node taints.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class NodeTaints : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Taints
List of node taints.
Declaration
[JsonProperty("taints")]
public virtual IList<NodeTaint> Taints { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<NodeTaint> |