Class: Google::Cloud::Run::V2::RunJobRequest::Overrides::ContainerOverride
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::RunJobRequest::Overrides::ContainerOverride
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/job.rb
Overview
Per-container override specification.
Instance Attribute Summary collapse
-
#args ⇒ ::Array<::String>
Optional.
-
#clear_args ⇒ ::Boolean
Optional.
-
#env ⇒ ::Array<::Google::Cloud::Run::V2::EnvVar>
List of environment variables to set in the container.
-
#name ⇒ ::String
The name of the container specified as a DNS_LABEL.
Instance Attribute Details
#args ⇒ ::Array<::String>
Returns Optional. Arguments to the entrypoint. Will replace existing args for override.
182 183 184 185 |
# File 'proto_docs/google/cloud/run/v2/job.rb', line 182 class ContainerOverride include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#clear_args ⇒ ::Boolean
Returns Optional. True if the intention is to clear out existing args list.
182 183 184 185 |
# File 'proto_docs/google/cloud/run/v2/job.rb', line 182 class ContainerOverride include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#env ⇒ ::Array<::Google::Cloud::Run::V2::EnvVar>
Returns List of environment variables to set in the container. Will be merged with existing env for override.
182 183 184 185 |
# File 'proto_docs/google/cloud/run/v2/job.rb', line 182 class ContainerOverride include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the container specified as a DNS_LABEL.
182 183 184 185 |
# File 'proto_docs/google/cloud/run/v2/job.rb', line 182 class ContainerOverride include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |