Class: Google::Cloud::Deploy::V1::DeployParameters
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::DeployParameters
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
DeployParameters contains deploy parameters information.
Defined Under Namespace
Classes: MatchTargetLabelsEntry, ValuesEntry
Instance Attribute Summary collapse
-
#match_target_labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#values ⇒ ::Google::Protobuf::Map{::String => ::String}
Required.
Instance Attribute Details
#match_target_labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 143 class DeployParameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ValuesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MatchTargetLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#values ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Required. Values are deploy parameters in key-value pairs.
143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 143 class DeployParameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ValuesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MatchTargetLabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |