rename runOnReady into runOnAvailable, runOnNotReady into runOnUnavailable (#5957)

This commit is contained in:
Alessandro Ros
2026-07-18 17:58:16 +02:00
committed by GitHub
parent 8909e35a17
commit 96aeb1e603
11 changed files with 105 additions and 56 deletions
+12
View File
@@ -1124,6 +1124,10 @@ components:
items:
type: integer
format: uint64
runOnAvailable:
type: string
runOnAvailableRestart:
type: boolean
runOnDemand:
type: string
runOnDemandCloseAfter:
@@ -1139,6 +1143,8 @@ components:
type: boolean
runOnNotReady:
type: string
nullable: true
deprecated: true
runOnOffline:
type: string
runOnOnline:
@@ -1151,14 +1157,20 @@ components:
type: boolean
runOnReady:
type: string
nullable: true
deprecated: true
runOnReadyRestart:
type: boolean
nullable: true
deprecated: true
runOnRecordSegmentComplete:
type: string
runOnRecordSegmentCreate:
type: string
runOnUnDemand:
type: string
runOnUnavailable:
type: string
runOnUnread:
type: string
source: