mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-28 03:27:41 +01:00
Merge pull request #13380 from chlins/fix/p2p-preheat-instance-bool-type-fields
fix(preheat): disable preheat model bool type json omitempty option
This commit is contained in:
commit
828c8b8d0d
@ -2005,12 +2005,15 @@ definitions:
|
||||
enabled:
|
||||
type: boolean
|
||||
description: Whether the instance is activated or not
|
||||
x-omitempty: false
|
||||
default:
|
||||
type: boolean
|
||||
description: Whether the instance is default or not
|
||||
x-omitempty: false
|
||||
insecure:
|
||||
type: boolean
|
||||
description: Whether the instance endpoint is insecure or not
|
||||
x-omitempty: false
|
||||
setup_timestamp:
|
||||
type: integer
|
||||
format: int64
|
||||
@ -2063,6 +2066,7 @@ definitions:
|
||||
enabled:
|
||||
type: boolean
|
||||
description: Whether the preheat policy enabled
|
||||
x-omitempty: false
|
||||
creation_time:
|
||||
type: string
|
||||
format: date-time
|
||||
|
Loading…
Reference in New Issue
Block a user