shutdownGracePeriodCriticalPodsSeconds property

int? shutdownGracePeriodCriticalPodsSeconds
getter/setter pair

shutdown_grace_period_critical_pods_seconds is the maximum allowed grace period (in seconds) used to terminate critical pods during a node shutdown.

This value should be <= shutdown_grace_period_seconds, and is only valid if shutdown_grace_period_seconds is set. https://kubernetes.io/docs/concepts/cluster-administration/node-shutdown/ Range: [0, 120].

Optional.

Implementation

core.int? shutdownGracePeriodCriticalPodsSeconds;