Class: Google::Cloud::Deploy::V1::SkaffoldVersion
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::SkaffoldVersion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Details of a supported Skaffold version.
Instance Attribute Summary collapse
-
#maintenance_mode_time ⇒ ::Google::Protobuf::Timestamp
The time at which this version of Skaffold will enter maintenance mode.
-
#support_end_date ⇒ ::Google::Type::Date
Date when this version is expected to no longer be supported.
-
#support_expiration_time ⇒ ::Google::Protobuf::Timestamp
The time at which this version of Skaffold will no longer be supported.
-
#version ⇒ ::String
Release version number.
Instance Attribute Details
#maintenance_mode_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which this version of Skaffold will enter maintenance mode.
3607 3608 3609 3610 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3607 class SkaffoldVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#support_end_date ⇒ ::Google::Type::Date
Returns Date when this version is expected to no longer be supported.
3607 3608 3609 3610 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3607 class SkaffoldVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#support_expiration_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which this version of Skaffold will no longer be supported.
3607 3608 3609 3610 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3607 class SkaffoldVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns Release version number. For example, "1.20.3".
3607 3608 3609 3610 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3607 class SkaffoldVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |