Reference documentation and code samples for the Cloud Run V2 API module Google::Cloud::Run::V2::Condition::InternalReason.
Reasons applicable to internal resources not exposed to users. These will surface in Service.conditions, and could be useful for further diagnosis.
Constants
INTERNAL_REASON_UNDEFINED
value: 0
Default value.
CONFLICTING_REVISION_NAME
value: 1
The revision name provided conflicts with an existing one.
REVISION_MISSING
value: 2
Revision is missing; this is usually a transient reason.
CONFIGURATION_MISSING
value: 3
Internal configuration is missing; this is usually a transient reason.
ASSIGNING_TRAFFIC
value: 4
Assigning traffic; this is a transient reason.
UPDATING_INGRESS_TRAFFIC_ALLOWED
value: 5
Updating ingress traffic settings; this is a transient reason.
REVISION_ORG_POLICY_VIOLATION
value: 6
The revision can't be created because it violates an org policy setting.
ENABLING_GCFV2_URI_SUPPORT
value: 7
Enabling GCFv2 URI support; this is a transient reason.