mirror of
https://github.com/goharbor/harbor
synced 2025-04-17 03:34:34 +00:00
fix(preheat): disable preheat model bool type json omitempty option
Signed-off-by: chlins <chlins.zhang@gmail.com>
This commit is contained in:
parent
ec790d0afd
commit
1a0c2fe980
|
@ -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