spacelift workerpool v0.0.41

WorkerPool.spec.successfulPodsHistoryLimit

SuccessfulPodsHistoryLimit specifies the number of successful Pods to keep for inspection purposes. When set to a positive number, only the N most recent successful Pods are kept per worker. When set to 0, all successful Pods are removed immediately. When unset and SuccessfulPodsHistoryTTL is also unset, defaults to 0 (remove all). When unset but SuccessfulPodsHistoryTTL is set, count-based cleanup is disabled (TTL-only).

1 fields
WorkerPool.spec.successfulPodsHistoryLimit fields and descriptions
Field / TypeDescription
WorkerPool.spec.successfulPodsHistoryLimit
integer

SuccessfulPodsHistoryLimit specifies the number of successful Pods to keep for inspection purposes. When set to a positive number, only the N most recent successful Pods are kept per worker. When set to 0, all successful Pods are removed immediately. When unset and SuccessfulPodsHistoryTTL is also unset, defaults to 0 (remove all). When unset but SuccessfulPodsHistoryTTL is set, count-based cleanup is disabled (TTL-only).

  • format: int32
  • minimum: 0