Add scaleset watcher to provider
Fixes provider not spawning runners for newly added scale set Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
64d1501b0e
commit
22302fdd7a
8 changed files with 7 additions and 14 deletions
|
|
@ -431,6 +431,7 @@ type RunnerReference struct {
|
|||
Status interface{} `json:"status"`
|
||||
DisableUpdate bool `json:"disableUpdate"`
|
||||
ProvisioningState string `json:"provisioningState"`
|
||||
Labels []Label `json:"labels,omitempty"`
|
||||
}
|
||||
|
||||
type RunnerScaleSetJitRunnerConfig struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue