Class: Google::Cloud::Deploy::V1::Release::ReleaseCondition

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#release_ready_condition::Google::Cloud::Deploy::V1::Release::ReleaseReadyCondition

Returns Details around the Releases's overall status.

Returns:



1183
1184
1185
1186
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1183

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.

Returns:



1183
1184
1185
1186
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1183

class ReleaseCondition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end