containers property

List<Container>? containers
getter/setter pair

Containers holds the list which define the units of execution for this Revision.

In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle.

Required.

Implementation

core.List<Container>? containers;