Skip to content

Commit

Permalink
Update openapi codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kennedy <[email protected]>
  • Loading branch information
tomkennedy513 committed Oct 26, 2023
1 parent 0d97dd2 commit ef83547
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 15 deletions.
38 changes: 33 additions & 5 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5946,6 +5946,13 @@
"os": {
"type": "string"
},
"signaturePaths": {
"type": "array",
"items": {
"default": {},
"$ref": "#/definitions/kpack.build.v1alpha2.CosignSignature"
}
},
"stack": {
"default": {},
"$ref": "#/definitions/kpack.core.v1alpha1.BuildStack"
Expand Down Expand Up @@ -6193,13 +6200,11 @@
"kpack.build.v1alpha2.ClusterBuildpackSpec": {
"type": "object",
"properties": {
"image": {
"type": "string"
},
"serviceAccountRef": {
"$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference"
},
"source": {
"default": {},
"x-kubernetes-list-type": "",
"$ref": "#/definitions/kpack.core.v1alpha1.ImageSource"
}
}
},
Expand Down Expand Up @@ -6498,6 +6503,23 @@
}
}
},
"kpack.build.v1alpha2.CosignSignature": {
"type": "object",
"required": [
"signingSecret",
"targetDigest"
],
"properties": {
"signingSecret": {
"type": "string",
"default": ""
},
"targetDigest": {
"type": "string",
"default": ""
}
}
},
"kpack.build.v1alpha2.Image": {
"type": "object",
"required": [
Expand Down Expand Up @@ -7193,6 +7215,9 @@
"revision"
],
"properties": {
"initializeSubmodules": {
"type": "boolean"
},
"revision": {
"type": "string",
"default": ""
Expand Down Expand Up @@ -7310,6 +7335,9 @@
"type"
],
"properties": {
"initializeSubmodules": {
"type": "boolean"
},
"revision": {
"type": "string",
"default": ""
Expand Down
68 changes: 58 additions & 10 deletions pkg/openapi/openapi_generated.go

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

0 comments on commit ef83547

Please sign in to comment.