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:



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.

Returns:



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