Skip to content

Commit 133a07f

Browse files
committed
atc: fix goldenfile tests for CRD schemas
1 parent a5e083e commit 133a07f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

pkg/openapi/airway.golden.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,9 +587,17 @@
587587
"description": "URL to converter module. Used for conversion webhooks. Supports http(s) or oci.",
588588
"type": "string"
589589
},
590+
"converterChecksum": {
591+
"description": "Explicit sha256 checksum to verify converter against. Useful when module cannot be referenced by its checksum implicity via tag or path components.",
592+
"type": "string"
593+
},
590594
"flight": {
591595
"description": "URL to flight module. Supports http(s) or oci.",
592596
"type": "string"
597+
},
598+
"flightChecksum": {
599+
"description": "Explicit sha256 checksum to verify flight against. Useful when module cannot be referenced by its checksum implicity via tag or path components.",
600+
"type": "string"
593601
}
594602
}
595603
}

pkg/openapi/flight.golden.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"type": "string"
2020
}
2121
},
22+
"checksum": {
23+
"description": "Explicit sha256 checksum to verify wasm module against. If not present is inferred from url if possible.",
24+
"type": "string"
25+
},
2226
"clusterAccess": {
2327
"description": "Allow flight access to the cluster via WASI SDK.",
2428
"type": "boolean",

0 commit comments

Comments
 (0)