containers property

List<Container> containers
final

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.

Implementation

final List<Container> containers;