Google Cloud Container V1 Client - Class DisruptionType (2.8.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class DisruptionType.

The type of the disruption event.

Protobuf type google.container.v1.DisruptionEvent.DisruptionType

Namespace

Google \ Cloud \ Container \ V1 \ DisruptionEvent

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DISRUPTION_TYPE_UNSPECIFIED

Value: 0

DISRUPTION_TYPE_UNSPECIFIED indicates the disruption type is unspecified.

Generated from protobuf enum DISRUPTION_TYPE_UNSPECIFIED = 0;

POD_NOT_ENOUGH_PDB

Value: 1

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

Generated from protobuf enum POD_NOT_ENOUGH_PDB = 1;

POD_PDB_VIOLATION

Value: 2

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

Generated from protobuf enum POD_PDB_VIOLATION = 2;