Enum DisruptionEvent.DisruptionType (2.86.0)

public enum DisruptionEvent.DisruptionType extends Enum<DisruptionEvent.DisruptionType> implements ProtocolMessageEnum

The type of the disruption event.

Protobuf enum google.container.v1beta1.DisruptionEvent.DisruptionType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISRUPTION_TYPE_UNSPECIFIED

DISRUPTION_TYPE_UNSPECIFIED indicates the disruption type is unspecified.

DISRUPTION_TYPE_UNSPECIFIED = 0;

DISRUPTION_TYPE_UNSPECIFIED_VALUE

DISRUPTION_TYPE_UNSPECIFIED indicates the disruption type is unspecified.

DISRUPTION_TYPE_UNSPECIFIED = 0;

POD_NOT_ENOUGH_PDB

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

POD_NOT_ENOUGH_PDB = 1;

POD_NOT_ENOUGH_PDB_VALUE

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

POD_NOT_ENOUGH_PDB = 1;

POD_PDB_VIOLATION

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

POD_PDB_VIOLATION = 2;

POD_PDB_VIOLATION_VALUE

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

POD_PDB_VIOLATION = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()