Skip to content

Commit

Permalink
mantle/cosa: regenerate after schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab authored and openshift-merge-robot committed May 11, 2020
1 parent d01301d commit 0462a0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions mantle/cosa/cosa_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ type BuildArtifacts struct {
Ostree Artifact `json:"ostree"`
Qemu *Artifact `json:"qemu,omitempty"`
Vmware *Artifact `json:"vmware,omitempty"`
Vultr *Artifact `json:"vultr,omitempty"`
}

type Cloudartifact struct {
Expand Down
9 changes: 8 additions & 1 deletion mantle/cosa/schema_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ var generatedSchemaJSON = `{
"metal4k",
"openstack",
"qemu",
"vmware"
"vmware",
"vultr"
],
"properties": {
"ostree": {
Expand Down Expand Up @@ -411,6 +412,12 @@ var generatedSchemaJSON = `{
"title":"VMWare",
"$ref": "#/definitions/artifact"
},
"vultr": {
"$id":"#/properties/images/properties/vultr",
"type":"object",
"title":"Vultr",
"$ref": "#/definitions/artifact"
},
"aliyun": {
"$id":"#/properties/images/properties/aliyun",
"type":"object",
Expand Down

0 comments on commit 0462a0f

Please sign in to comment.