podPidsLimit property

String? podPidsLimit
getter/setter pair

Set the Pod PID limits.

See https://kubernetes.io/docs/concepts/policy/pid-limiting/#pod-pid-limits Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.

Implementation

core.String? podPidsLimit;