Google Kubernetes Engine v1 API - Enum DisruptionEvent.Types.DisruptionType (3.37.0)

public enum DisruptionEvent.Types.DisruptionType

Reference documentation and code samples for the Google Kubernetes Engine v1 API enum DisruptionEvent.Types.DisruptionType.

The type of the disruption event.

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

Name Description
PodNotEnoughPdb

POD_NOT_ENOUGH_PDB indicates there are still running pods on the node during node drain because their evictions are blocked by PDB.

PodPdbViolation

POD_PDB_VIOLATION indicates that there are force pod evictions during node drain which violate the PDB.

Unspecified

DISRUPTION_TYPE_UNSPECIFIED indicates the disruption type is unspecified.