Module: Google::Cloud::Run::V2::Condition::Severity

Defined in:
proto_docs/google/cloud/run/v2/condition.rb

Overview

Represents the severity of the condition failures.

Constant Summary collapse

SEVERITY_UNSPECIFIED =

Unspecified severity

0
ERROR =

Error severity.

1
WARNING =

Warning severity.

2
INFO =

Info severity.

3