Properties of a Condition.
Package
@google-cloud/runProperties
executionReason
executionReason
?:
(
google
.
cloud
.
run
.
v2
.
Condition
.
ExecutionReason
|
keyof
typeof
google
.
cloud
.
run
.
v2
.
Condition
.
ExecutionReason
|
null
);
Condition executionReason
lastTransitionTime
lastTransitionTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Condition lastTransitionTime
message
message
?:
(
string
|
null
);
Condition message
reason
reason
?:
(
google
.
cloud
.
run
.
v2
.
Condition
.
CommonReason
|
keyof
typeof
google
.
cloud
.
run
.
v2
.
Condition
.
CommonReason
|
null
);
Condition reason
revisionReason
revisionReason
?:
(
google
.
cloud
.
run
.
v2
.
Condition
.
RevisionReason
|
keyof
typeof
google
.
cloud
.
run
.
v2
.
Condition
.
RevisionReason
|
null
);
Condition revisionReason
severity
severity
?:
(
google
.
cloud
.
run
.
v2
.
Condition
.
Severity
|
keyof
typeof
google
.
cloud
.
run
.
v2
.
Condition
.
Severity
|
null
);
Condition severity
state
state
?:
(
google
.
cloud
.
run
.
v2
.
Condition
.
State
|
keyof
typeof
google
.
cloud
.
run
.
v2
.
Condition
.
State
|
null
);
Condition state
type
type
?:
(
string
|
null
);
Condition type