Skip to content

Commit

Permalink
schema: make schema & make vendor for mantle
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Aug 29, 2022
1 parent 75326c2 commit 1325c6c
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion schema/cosa/cosa_v1.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package cosa

// generated by 'make schema'
// source hash: f112cf9a91cffe89498147bd0d29f3c38b2d6d06d042807745a748a46586d508
// source hash: 9f9cfcbb3f4768a04b2504655cf02a25f77234103cbfd1868b089e01dcbc361b

type AdvisoryDiff []AdvisoryDiffItems

Expand Down Expand Up @@ -46,6 +46,7 @@ type Build struct {
BuildTimeStamp string `json:"coreos-assembler.build-timestamp,omitempty"`
BuildURL string `json:"build-url,omitempty"`
ConfigGitRev string `json:"coreos-assembler.config-gitrev,omitempty"`
ConfigVariant string `json:"coreos-assembler.config-variant,omitempty"`
ContainerConfigGit *Git `json:"coreos-assembler.container-config-git,omitempty"`
CoreOsSource string `json:"coreos-assembler.code-source,omitempty"`
CosaContainerImageGit *Git `json:"coreos-assembler.container-image-git,omitempty"`
Expand Down
9 changes: 8 additions & 1 deletion schema/cosa/schema_doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Generated by ./generate-schema.sh
// Source hash: f112cf9a91cffe89498147bd0d29f3c38b2d6d06d042807745a748a46586d508
// Source hash: 9f9cfcbb3f4768a04b2504655cf02a25f77234103cbfd1868b089e01dcbc361b
// DO NOT EDIT

package cosa
Expand Down Expand Up @@ -234,6 +234,7 @@ var generatedSchemaJSON = `{
"coreos-assembler.code-source",
"coreos-assembler.config-dirty",
"coreos-assembler.config-gitrev",
"coreos-assembler.config-variant",
"coreos-assembler.container-config-git",
"coreos-assembler.container-image-git",
"coreos-assembler.delayed-meta-merge",
Expand Down Expand Up @@ -345,6 +346,12 @@ var generatedSchemaJSON = `{
"default": "",
"minLength": 1
},
"coreos-assembler.config-variant": {
"$id":"#/properties/coreos-assembler.config-variant",
"type":"string",
"title":"Config variant",
"default":""
},
"coreos-assembler.container-config-git": {
"$id": "#/properties/coreos-assembler.container-config-git",
"type": "object",
Expand Down
7 changes: 7 additions & 0 deletions schema/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
"coreos-assembler.code-source",
"coreos-assembler.config-dirty",
"coreos-assembler.config-gitrev",
"coreos-assembler.config-variant",
"coreos-assembler.container-config-git",
"coreos-assembler.container-image-git",
"coreos-assembler.delayed-meta-merge",
Expand Down Expand Up @@ -339,6 +340,12 @@
"default": "",
"minLength": 1
},
"coreos-assembler.config-variant": {
"$id":"#/properties/coreos-assembler.config-variant",
"type":"string",
"title":"Config variant",
"default":""
},
"coreos-assembler.container-config-git": {
"$id": "#/properties/coreos-assembler.container-config-git",
"type": "object",
Expand Down

0 comments on commit 1325c6c

Please sign in to comment.