Class: Google::Cloud::Deploy::V1::Release::SkaffoldSupportedCondition

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

SkaffoldSupportedCondition contains information about when support for the release's version of Skaffold ends.

Instance Attribute Summary collapse

Instance Attribute Details

#maintenance_mode_time::Google::Protobuf::Timestamp

Returns The time at which this release's version of Skaffold will enter maintenance mode.

Returns:



1662
1663
1664
1665
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1662

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

#skaffold_support_state::Google::Cloud::Deploy::V1::SkaffoldSupportState

Returns The Skaffold support state for this release's version of Skaffold.

Returns:



1662
1663
1664
1665
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1662

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

#status::Boolean

Returns True if the version of Skaffold used by this release is supported.

Returns:

  • (::Boolean)

    True if the version of Skaffold used by this release is supported.



1662
1663
1664
1665
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1662

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

#support_expiration_time::Google::Protobuf::Timestamp

Returns The time at which this release's version of Skaffold will no longer be supported.

Returns:



1662
1663
1664
1665
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1662

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