swag generation fix
This commit is contained in:
@@ -1,5 +1,101 @@
|
||||
definitions:
|
||||
models.CloudEventReceived:
|
||||
properties:
|
||||
cloudEvent:
|
||||
properties:
|
||||
data:
|
||||
properties:
|
||||
ChainId:
|
||||
type: integer
|
||||
ChangeTag:
|
||||
type: string
|
||||
ComputeResource:
|
||||
properties:
|
||||
ComputeResource:
|
||||
properties:
|
||||
Type:
|
||||
type: string
|
||||
Value:
|
||||
type: string
|
||||
type: object
|
||||
Name:
|
||||
type: string
|
||||
type: object
|
||||
CreatedTime:
|
||||
description: Modified from time.Time
|
||||
type: string
|
||||
Datacenter:
|
||||
properties:
|
||||
Datacenter:
|
||||
properties:
|
||||
Type:
|
||||
type: string
|
||||
Value:
|
||||
type: string
|
||||
type: object
|
||||
Name:
|
||||
type: string
|
||||
type: object
|
||||
Ds: {}
|
||||
Dvs: {}
|
||||
FullFormattedMessage:
|
||||
type: string
|
||||
Host:
|
||||
properties:
|
||||
Host:
|
||||
properties:
|
||||
Type:
|
||||
type: string
|
||||
Value:
|
||||
type: string
|
||||
type: object
|
||||
Name:
|
||||
type: string
|
||||
type: object
|
||||
Key:
|
||||
type: integer
|
||||
Net: {}
|
||||
NewParent:
|
||||
$ref: '#/definitions/models.CloudEventResourcePool'
|
||||
OldParent:
|
||||
$ref: '#/definitions/models.CloudEventResourcePool'
|
||||
SrcTemplate:
|
||||
$ref: '#/definitions/models.CloudEventVm'
|
||||
Template:
|
||||
type: boolean
|
||||
UserName:
|
||||
type: string
|
||||
Vm:
|
||||
properties:
|
||||
Name:
|
||||
type: string
|
||||
Vm:
|
||||
properties:
|
||||
Type:
|
||||
type: string
|
||||
Value:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
configChanges:
|
||||
allOf:
|
||||
- $ref: '#/definitions/models.ConfigChangesReceived'
|
||||
description: Modified to separate struct
|
||||
configSpec:
|
||||
type: object
|
||||
type: object
|
||||
id:
|
||||
type: string
|
||||
source:
|
||||
type: string
|
||||
specversion:
|
||||
type: string
|
||||
time:
|
||||
description: Modified from time.Time
|
||||
type: string
|
||||
type:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
models.CloudEventResourcePool:
|
||||
properties:
|
||||
@@ -25,6 +121,11 @@ definitions:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
models.ConfigChangesReceived:
|
||||
properties:
|
||||
modified:
|
||||
type: string
|
||||
type: object
|
||||
models.ImportReceived:
|
||||
properties:
|
||||
Cluster:
|
||||
|
||||
Reference in New Issue
Block a user