Class ContainerOverride (0.10.4)

ContainerOverride(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Per-container override specification.

Attributes

NameDescription
name str
The name of the container specified as a DNS_LABEL.
args MutableSequence[str]
Optional. Arguments to the entrypoint. Will replace existing args for override.
env MutableSequence[google.cloud.run_v2.types.EnvVar]
List of environment variables to set in the container. Will be merged with existing env for override.
clear_args bool
Optional. True if the intention is to clear out existing args list.