spacelift workerpool v0.0.42

Worker.status

WorkerStatus defines the observed state of Worker

5 fields
Worker.status fields and descriptions
Field / TypeDescription
currentRunID
string

No description provided.

registered
boolean

No description provided.

replicas
integer

Replicas reports how many pods are currently associated with this Worker: 1 while a run is executing (BUSY), 0 otherwise (IDLE or being deleted). Required by the scale subresource contract.

  • format: int32
selector
string

Selector is the label selector for pods owned by this Worker, exposed via the scale subresource. Required by the scale subresource contract.

state
string

No description provided.