Skip to content

Commit

Permalink
Ran hack/update-codegen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrapCodes committed May 25, 2021
1 parent 239f98c commit 4e7a9ff
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 1 deletion.
24 changes: 24 additions & 0 deletions pkg/apis/pipeline/v1alpha1/zz_generated.deepcopy.go

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

21 changes: 20 additions & 1 deletion pkg/apis/pipeline/v1beta1/openapi_generated.go

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

11 changes: 11 additions & 0 deletions pkg/apis/pipeline/v1beta1/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,16 @@
"v1beta1.EmbeddedTask": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string"
},
"description": {
"description": "Description is a user-facing description of the task that may be used to populate a UI.",
"type": "string"
},
"kind": {
"type": "string"
},
"metadata": {
"default": {},
"$ref": "#/definitions/v1beta1.PipelineTaskMetadata"
Expand Down Expand Up @@ -541,6 +547,11 @@
"$ref": "#/definitions/v1beta1.Sidecar"
}
},
"spec": {
"description": "Spec is a specification of a custom task",
"default": {},
"$ref": "#/definitions/k8s.io.apimachinery.pkg.runtime.RawExtension"
},
"stepTemplate": {
"description": "StepTemplate can be used as the basis for all step containers within the Task, so that the steps inherit settings on the base container.",
"$ref": "#/definitions/v1.Container"
Expand Down
2 changes: 2 additions & 0 deletions pkg/apis/pipeline/v1beta1/zz_generated.deepcopy.go

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

0 comments on commit 4e7a9ff

Please sign in to comment.