Commit 1c3f68f 1 parent 4db0e09 commit 1c3f68f Copy full SHA for 1c3f68f
File tree 4 files changed +55
-2
lines changed
4 files changed +55
-2
lines changed Original file line number Diff line number Diff line change 1
1
package cosa
2
2
3
3
// generated by 'make schema'
4
- // source hash: be093d10a3ebf57e28907a5676a88928631bb09eee602dff89f381ddd1ca8f5e
4
+ // source hash: db5eff281bcc21027045f669a0583557e8fe7116bd44e90aef798fab7280b916
5
5
6
6
type AdvisoryDiff []AdvisoryDiffItems
7
7
@@ -61,6 +61,7 @@ type Build struct {
61
61
Name string `json:"name"`
62
62
Oscontainer * Image `json:"oscontainer,omitempty"`
63
63
OstreeCommit string `json:"ostree-commit"`
64
+ OstreeContainerImage * OstreeContainerImage `json:"baseos-container,omitempty"`
64
65
OstreeContentBytesWritten int `json:"ostree-content-bytes-written,omitempty"`
65
66
OstreeContentChecksum string `json:"ostree-content-checksum"`
66
67
OstreeNCacheHits int `json:"ostree-n-cache-hits,omitempty"`
@@ -153,6 +154,10 @@ type KubeVirt struct {
153
154
Image string `json:"image"`
154
155
}
155
156
157
+ type OstreeContainerImage struct {
158
+ Image string `json:"image"`
159
+ }
160
+
156
161
type PackageSetDifferences []PackageSetDifferencesItems
157
162
158
163
type PackageSetDifferencesItems interface {}
Original file line number Diff line number Diff line change 1
1
// Generated by ./generate-schema.sh
2
- // Source hash: be093d10a3ebf57e28907a5676a88928631bb09eee602dff89f381ddd1ca8f5e
2
+ // Source hash: db5eff281bcc21027045f669a0583557e8fe7116bd44e90aef798fab7280b916
3
3
// DO NOT EDIT
4
4
5
5
package cosa
@@ -211,6 +211,7 @@ var generatedSchemaJSON = `{
211
211
"amis",
212
212
"azure",
213
213
"azurestack",
214
+ "baseos-container",
214
215
"build-url",
215
216
"digitalocean",
216
217
"exoscale",
@@ -842,6 +843,21 @@ var generatedSchemaJSON = `{
842
843
"title":"Azure",
843
844
"$ref": "#/definitions/cloudartifact"
844
845
},
846
+ "baseos-container": {
847
+ "$id":"#/properties/baseos-container",
848
+ "type":"object",
849
+ "title":"OSTree container image",
850
+ "required": [
851
+ "image"
852
+ ],
853
+ "properties": {
854
+ "image": {
855
+ "$id":"#/properties/baseos-container/image",
856
+ "type":"string",
857
+ "title":"Image"
858
+ }
859
+ }
860
+ },
845
861
"gcp": {
846
862
"$id":"#/properties/gcp",
847
863
"type":"object",
Original file line number Diff line number Diff line change 205
205
" amis" ,
206
206
" azure" ,
207
207
" azurestack" ,
208
+ " baseos-container" ,
208
209
" build-url" ,
209
210
" digitalocean" ,
210
211
" exoscale" ,
836
837
"title" :" Azure" ,
837
838
"$ref" : " #/definitions/cloudartifact"
838
839
},
840
+ "baseos-container" : {
841
+ "$id" :" #/properties/baseos-container" ,
842
+ "type" :" object" ,
843
+ "title" :" OSTree container image" ,
844
+ "required" : [
845
+ " image"
846
+ ],
847
+ "properties" : {
848
+ "image" : {
849
+ "$id" :" #/properties/baseos-container/image" ,
850
+ "type" :" string" ,
851
+ "title" :" Image"
852
+ }
853
+ }
854
+ },
839
855
"gcp" : {
840
856
"$id" :" #/properties/gcp" ,
841
857
"type" :" object" ,
Original file line number Diff line number Diff line change 205
205
" amis" ,
206
206
" azure" ,
207
207
" azurestack" ,
208
+ " baseos-container" ,
208
209
" build-url" ,
209
210
" digitalocean" ,
210
211
" exoscale" ,
836
837
"title" :" Azure" ,
837
838
"$ref" : " #/definitions/cloudartifact"
838
839
},
840
+ "baseos-container" : {
841
+ "$id" :" #/properties/baseos-container" ,
842
+ "type" :" object" ,
843
+ "title" :" OSTree container image" ,
844
+ "required" : [
845
+ " image"
846
+ ],
847
+ "properties" : {
848
+ "image" : {
849
+ "$id" :" #/properties/baseos-container/image" ,
850
+ "type" :" string" ,
851
+ "title" :" Image"
852
+ }
853
+ }
854
+ },
839
855
"gcp" : {
840
856
"$id" :" #/properties/gcp" ,
841
857
"type" :" object" ,
You can’t perform that action at this time.
0 commit comments