Enum RollbackSafeUpgradeStatus.Mode (2.86.0)

public enum RollbackSafeUpgradeStatus.Mode extends Enum<RollbackSafeUpgradeStatus.Mode> implements ProtocolMessageEnum

Mode indicates the mode of the rollback-safe upgrade.

Protobuf enum google.container.v1beta1.RollbackSafeUpgradeStatus.Mode

Implements

ProtocolMessageEnum

Static Fields

Name Description
KCP_MINOR_UPGRADE_ROLLBACK_SAFE_MODE

KCP_MINOR_UPGRADE_ROLLBACK_SAFE_MODE means it's in rollback-safe mode after a KCP minor version step-one upgrade.

KCP_MINOR_UPGRADE_ROLLBACK_SAFE_MODE = 1;

KCP_MINOR_UPGRADE_ROLLBACK_SAFE_MODE_VALUE

KCP_MINOR_UPGRADE_ROLLBACK_SAFE_MODE means it's in rollback-safe mode after a KCP minor version step-one upgrade.

KCP_MINOR_UPGRADE_ROLLBACK_SAFE_MODE = 1;

MODE_UNSPECIFIED

MODE_UNSPECIFIED means it's in regular upgrade mode.

MODE_UNSPECIFIED = 0;

MODE_UNSPECIFIED_VALUE

MODE_UNSPECIFIED means it's in regular upgrade mode.

MODE_UNSPECIFIED = 0;

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()