Class: Google::Cloud::Deploy::V1::Release::ReleaseReadyCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::Release::ReleaseReadyCondition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
ReleaseReadyCondition contains information around the status of the Release. If a release is not ready, you cannot create a rollout with the release.
Instance Attribute Summary collapse
-
#status ⇒ ::Boolean
True if the Release is in a valid state.
Instance Attribute Details
#status ⇒ ::Boolean
Returns True if the Release is in a valid state. Otherwise at least one condition
in ReleaseCondition
is in an invalid state. Iterate over those
conditions and see which condition(s) has status = false to find out what
is wrong with the Release.
1987 1988 1989 1990 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1987 class ReleaseReadyCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |