Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::Release::SkaffoldSupportedCondition.
SkaffoldSupportedCondition contains information about when support for the release's version of Skaffold ends.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#maintenance_mode_time
def maintenance_mode_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time at which this release's version of Skaffold will enter maintenance mode.
#maintenance_mode_time=
def maintenance_mode_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which this release's version of Skaffold will enter maintenance mode.
Returns
- (::Google::Protobuf::Timestamp) — The time at which this release's version of Skaffold will enter maintenance mode.
#skaffold_support_state
def skaffold_support_state() -> ::Google::Cloud::Deploy::V1::SkaffoldSupportState
Returns
- (::Google::Cloud::Deploy::V1::SkaffoldSupportState) — The Skaffold support state for this release's version of Skaffold.
#skaffold_support_state=
def skaffold_support_state=(value) -> ::Google::Cloud::Deploy::V1::SkaffoldSupportState
Parameter
- value (::Google::Cloud::Deploy::V1::SkaffoldSupportState) — The Skaffold support state for this release's version of Skaffold.
Returns
- (::Google::Cloud::Deploy::V1::SkaffoldSupportState) — The Skaffold support state for this release's version of Skaffold.
#status
def status() -> ::Boolean
Returns
- (::Boolean) — True if the version of Skaffold used by this release is supported.
#status=
def status=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
#support_expiration_time
def support_expiration_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time at which this release's version of Skaffold will no longer be supported.
#support_expiration_time=
def support_expiration_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which this release's version of Skaffold will no longer be supported.
Returns
- (::Google::Protobuf::Timestamp) — The time at which this release's version of Skaffold will no longer be supported.