Class DisruptionEvent
DisruptionEvent is a notification sent to customers about the disruption event of a resource.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class DisruptionEvent : IDirectResponseSchema
Properties
DisruptionType
The type of the disruption event.
Declaration
[JsonProperty("disruptionType")]
public virtual string DisruptionType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PdbBlockedNode
The node whose drain is blocked by PDB. This field is set for both POD_PDB_VIOLATION and POD_NOT_ENOUGH_PDB event.
Declaration
[JsonProperty("pdbBlockedNode")]
public virtual string PdbBlockedNode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PdbBlockedPod
The pods whose evictions are blocked by PDB. This field is set for both POD_PDB_VIOLATION and POD_NOT_ENOUGH_PDB event.
Declaration
[JsonProperty("pdbBlockedPod")]
public virtual IList<PdbBlockedPod> PdbBlockedPod { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<PdbBlockedPod> |
PdbViolationTimeout
The timeout in seconds for which the node drain is blocked by PDB. After this timeout, pods are forcefully evicted. This field is only populated when event_type is POD_PDB_VIOLATION.
Declaration
[JsonProperty("pdbViolationTimeout")]
public virtual object PdbViolationTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| object |