DisruptionEvent is a notification sent to customers about the disruption event of a resource.
| JSON representation |
|---|
{ "disruptionType": enum ( |
| Fields | |
|---|---|
disruptionType |
The type of the disruption event. |
pdbBlockedNode |
The node whose drain is blocked by PDB. This field is set for both POD_PDB_VIOLATION and POD_NOT_ENOUGH_PDB event. |
pdbBlockedPod[] |
The pods whose evictions are blocked by PDB. This field is set for both POD_PDB_VIOLATION and POD_NOT_ENOUGH_PDB event. |
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 eventType is POD_PDB_VIOLATION. A duration in seconds with up to nine fractional digits, ending with ' |
PdbBlockedPod
The namespace/name of the pod whose eviction is blocked by PDB.
| JSON representation |
|---|
{ "namespace": string, "name": string } |
| Fields | |
|---|---|
namespace |
The namespace of the pod. |
name |
The name of the pod. |