maxParallelImagePulls property

int? maxParallelImagePulls
getter/setter pair

Defines the maximum number of image pulls in parallel.

The range is 2 to 5, inclusive. The default value is 2 or 3 depending on the disk type. See https://kubernetes.io/docs/concepts/containers/images/#maximum-parallel-image-pulls for more details.

Optional.

Implementation

core.int? maxParallelImagePulls;