podStatus property

String? podStatus
getter/setter pair

Overall status of the pod (not this specific deployment).

Valid values include: - active: Up to date. - stale : Recently out of date. Pods that have not reported status in a long time are excluded from the output.

Implementation

core.String? podStatus;