Class: Google::Cloud::Deploy::V1::Release::ReleaseCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::Release::ReleaseCondition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
ReleaseCondition contains all conditions relevant to a Release.
Instance Attribute Summary collapse
-
#release_ready_condition ⇒ ::Google::Cloud::Deploy::V1::Release::ReleaseReadyCondition
Details around the Releases's overall status.
-
#skaffold_supported_condition ⇒ ::Google::Cloud::Deploy::V1::Release::SkaffoldSupportedCondition
Details around the support state of the release's Skaffold version.
Instance Attribute Details
#release_ready_condition ⇒ ::Google::Cloud::Deploy::V1::Release::ReleaseReadyCondition
Returns Details around the Releases's overall status.
1675 1676 1677 1678 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1675 class ReleaseCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skaffold_supported_condition ⇒ ::Google::Cloud::Deploy::V1::Release::SkaffoldSupportedCondition
Returns Details around the support state of the release's Skaffold version.
1675 1676 1677 1678 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1675 class ReleaseCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |