Class PolicyControllerToleration
Toleration of a node taint.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class PolicyControllerToleration : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Effect
Matches a taint effect.
Declaration
[JsonProperty("effect")]
public virtual string Effect { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
Matches a taint key (not necessarily unique).
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Operator__
Matches a taint operator.
Declaration
[JsonProperty("operator")]
public virtual string Operator__ { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Matches a taint value.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |