rename runOnReady into runOnAvailable, runOnNotReady into runOnUnavailable (#5957)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user