env property

List<EnvVar> env
final

Optional. Environment variables to be passed to the container. Maximum limit is 100.

Implementation

final List<EnvVar> env;