Skip to content

Commit f911d73

Browse files
ScrapCodestekton-robot
authored andcommitted
Ran hack/update-codegen.sh
1 parent 029a16b commit f911d73

File tree

4 files changed

+57
-1
lines changed

4 files changed

+57
-1
lines changed

pkg/apis/pipeline/v1alpha1/zz_generated.deepcopy.go

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/pipeline/v1beta1/openapi_generated.go

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/pipeline/v1beta1/swagger.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,16 @@
505505
"v1beta1.EmbeddedTask": {
506506
"type": "object",
507507
"properties": {
508+
"apiVersion": {
509+
"type": "string"
510+
},
508511
"description": {
509512
"description": "Description is a user-facing description of the task that may be used to populate a UI.",
510513
"type": "string"
511514
},
515+
"kind": {
516+
"type": "string"
517+
},
512518
"metadata": {
513519
"default": {},
514520
"$ref": "#/definitions/v1beta1.PipelineTaskMetadata"
@@ -541,6 +547,11 @@
541547
"$ref": "#/definitions/v1beta1.Sidecar"
542548
}
543549
},
550+
"spec": {
551+
"description": "Spec is a specification of a custom task",
552+
"default": {},
553+
"$ref": "#/definitions/k8s.io.apimachinery.pkg.runtime.RawExtension"
554+
},
544555
"stepTemplate": {
545556
"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.",
546557
"$ref": "#/definitions/v1.Container"

pkg/apis/pipeline/v1beta1/zz_generated.deepcopy.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)