Class: Google::Cloud::Deploy::V1::Release::SkaffoldSupportedCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::Release::SkaffoldSupportedCondition
- 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
-
#maintenance_mode_time ⇒ ::Google::Protobuf::Timestamp
The time at which this release's version of Skaffold will enter maintenance mode.
-
#skaffold_support_state ⇒ ::Google::Cloud::Deploy::V1::SkaffoldSupportState
The Skaffold support state for this release's version of Skaffold.
-
#status ⇒ ::Boolean
True if the version of Skaffold used by this release is supported.
-
#support_expiration_time ⇒ ::Google::Protobuf::Timestamp
The time at which this release's version of Skaffold will no longer be supported.
Instance Attribute Details
#maintenance_mode_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which this release's version of Skaffold will enter maintenance mode.
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.
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.
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.
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 |