mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-16 04:31:22 +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:
|
enabled:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Whether the instance is activated or not
|
description: Whether the instance is activated or not
|
||||||
|
x-omitempty: false
|
||||||
default:
|
default:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Whether the instance is default or not
|
description: Whether the instance is default or not
|
||||||
|
x-omitempty: false
|
||||||
insecure:
|
insecure:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Whether the instance endpoint is insecure or not
|
description: Whether the instance endpoint is insecure or not
|
||||||
|
x-omitempty: false
|
||||||
setup_timestamp:
|
setup_timestamp:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
@ -2063,6 +2066,7 @@ definitions:
|
|||||||
enabled:
|
enabled:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Whether the preheat policy enabled
|
description: Whether the preheat policy enabled
|
||||||
|
x-omitempty: false
|
||||||
creation_time:
|
creation_time:
|
||||||
type: string
|
type: string
|
||||||
format: date-time
|
format: date-time
|
||||||
|
Loading…
Reference in New Issue
Block a user