containers property

List<Container>? containers
getter/setter pair

Containers holds the single container that defines the unit of execution for this Revision.

In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.

Required.

Implementation

core.List<Container>? containers;