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:



1120
1121
1122
1123
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1120

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:



1120
1121
1122
1123
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1120

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.



1120
1121
1122
1123
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1120

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:



1120
1121
1122
1123
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1120

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