spacelift workerpool v0.0.42

Worker.spec

WorkerSpec defines the desired state of Worker

1 fields
Worker.spec fields and descriptions
Field / TypeDescription
replicas
integer

Replicas is always 1 for a Worker (each Worker maps to a single run pod). Exposed via the scale subresource so PodDisruptionBudgets with percentage-based minAvailable/maxUnavailable can compute expected pod counts.

  • format: int32
  • default: 1
  • minimum: 1
  • maximum: 1