Skip to content

Commit

Permalink
Updating the CRDs
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Barbato <[email protected]>
  • Loading branch information
alexbarbato authored and chenbh committed Jan 29, 2024
1 parent 7c23bc7 commit 2bf2282
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 6 deletions.
25 changes: 22 additions & 3 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5879,6 +5879,13 @@
"kpack.build.v1alpha2.BuilderSpec": {
"type": "object",
"properties": {
"additionalLabels": {
"type": "object",
"additionalProperties": {
"type": "string",
"default": ""
}
},
"order": {
"type": "array",
"items": {
Expand Down Expand Up @@ -6108,6 +6115,13 @@
"kpack.build.v1alpha2.ClusterBuilderSpec": {
"type": "object",
"properties": {
"additionalLabels": {
"type": "object",
"additionalProperties": {
"type": "string",
"default": ""
}
},
"order": {
"type": "array",
"items": {
Expand Down Expand Up @@ -6782,6 +6796,13 @@
"kpack.build.v1alpha2.NamespacedBuilderSpec": {
"type": "object",
"properties": {
"additionalLabels": {
"type": "object",
"additionalProperties": {
"type": "string",
"default": ""
}
},
"order": {
"type": "array",
"items": {
Expand Down Expand Up @@ -7159,8 +7180,7 @@
"properties": {
"lastTransitionTime": {
"description": "LastTransitionTime is the last time the condition transitioned from one status to another. We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic differences (all other things held constant).",
"type": "string",
"default": {}
"type": "string"
},
"message": {
"description": "A human readable message indicating details about the transition.",
Expand Down Expand Up @@ -7412,7 +7432,6 @@
],
"properties": {
"inner": {
"default": {},
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
}
}
Expand Down
49 changes: 46 additions & 3 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 2bf2282

Please sign in to comment.