Show / Hide Table of Contents

Class DisruptionEvent

DisruptionEvent is a notification sent to customers about the disruption event of a resource.

Inheritance
object
DisruptionEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX