From f079b5cb0a29e2bfb4651cc9ee41c97f3a0aaf45 Mon Sep 17 00:00:00 2001
From: Andrew Bayer Packages: Workspaces is a list of WorkspaceBindings from volumes to workspaces. Overrides to apply to Steps in this TaskRun.
+If a field is specified in both a Step and a StepOverride,
+the value from the StepOverride will be used.
+This field is only supported when the alpha feature gate is enabled. Overrides to apply to Sidecars in this TaskRun.
+If a field is specified in both a Sidecar and a SidecarOverride,
+the value from the SidecarOverride will be used.
+This field is only supported when the alpha feature gate is enabled. Workspaces is a list of WorkspaceBindings from volumes to workspaces. Overrides to apply to Steps in this TaskRun.
+If a field is specified in both a Step and a StepOverride,
+the value from the StepOverride will be used.
+This field is only supported when the alpha feature gate is enabled. Overrides to apply to Sidecars in this TaskRun.
+If a field is specified in both a Sidecar and a SidecarOverride,
+the value from the SidecarOverride will be used.
+This field is only supported when the alpha feature gate is enabled. Bundle url reference to a Tekton Bundle. ResolverRef allows referencing a Pipeline in a remote location
+like a git repo. This field is only supported when the alpha
+feature gate is enabled.
metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -176,7 +184,7 @@ string
metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -297,7 +305,7 @@ string
metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -465,7 +473,7 @@ string
metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -691,7 +699,7 @@ string
metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -895,7 +903,7 @@ string
metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -1007,7 +1015,7 @@ string
metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -1235,7 +1243,7 @@ string
metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -1347,7 +1355,7 @@ the controller, but was unused as there is no controller for PipelineResource.
metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -3152,7 +3160,7 @@ via duck typing.
startTime
-
+
Kubernetes meta/v1.Time
@@ -3166,7 +3174,7 @@ Kubernetes meta/v1.Time
completionTime
-
+
Kubernetes meta/v1.Time
@@ -3272,7 +3280,7 @@ string
metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -3361,7 +3369,7 @@ source mounted into /workspace.
volumes
-
+
[]Kubernetes core/v1.Volume
@@ -3375,7 +3383,7 @@ steps of the build.
stepTemplate
-
+
Kubernetes core/v1.Container
@@ -3465,7 +3473,7 @@ string
metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -3632,7 +3640,7 @@ string
metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -3881,7 +3889,7 @@ string
metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -3970,7 +3978,7 @@ source mounted into /workspace.
volumes
-
+
[]Kubernetes core/v1.Volume
@@ -3984,7 +3992,7 @@ steps of the build.
stepTemplate
-
+
Kubernetes core/v1.Container
@@ -4075,7 +4083,7 @@ string
+metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -4234,6 +4242,40 @@ Template
+
+
+
+stepOverrides
+
+
+[]TaskRunStepOverride
+
+
+
+(Optional)
+
+
+
@@ -4408,7 +4450,7 @@ CloudEventCondition
+
+sidecarOverrides
+
+
+[]TaskRunSidecarOverride
+
+
+
+(Optional)
+
+
sentAt
-
+
Kubernetes meta/v1.Time
@@ -4459,7 +4501,7 @@ int32
+metadata
-
+
Kubernetes meta/v1.ObjectMeta
@@ -4618,6 +4660,40 @@ Template
+
+
+
+stepOverrides
+
+
+[]TaskRunStepOverride
+
+
+
+(Optional)
+
+
+
@@ -4718,7 +4794,7 @@ string
+
+sidecarOverrides
+
+
+[]TaskRunSidecarOverride
+
+
+
+(Optional)
+
+
startTime
-
+
Kubernetes meta/v1.Time
@@ -4732,7 +4808,7 @@ Kubernetes meta/v1.Time
completionTime
-
+
Kubernetes meta/v1.Time
@@ -4746,7 +4822,7 @@ Kubernetes meta/v1.Time
check
-
+
Kubernetes core/v1.ContainerState
@@ -4887,7 +4963,7 @@ TaskSpec
+Volumes
-
+
[]Kubernetes core/v1.Volume
@@ -5149,6 +5225,22 @@ string
+
+
+ResolverRef
+
+
+ResolverRef
+
+
+
+(Optional)
+
+PipelineResourceBinding
@@ -5880,7 +5972,7 @@ consume these fields via duck typing.
startTime
completionTime
matrix
Matrix declares parameters used to fan out this task.
+workspaces
stepOverrides
sidecarOverrides
string
alias)+(Appears on:ResolverRef) +
+ResolverName is the name of a resolver from which a resource can be +requested.
++(Appears on:ResolverRef) +
+ResolverParam is a single parameter passed to a resolver.
+Field | +Description | +
---|---|
+Name + +string + + |
+
+ Name is the name of the parameter that will be passed to the +resolver. + |
+
+Value + +string + + |
+
+ Value is the string value of the parameter that will be +passed to the resolver. + |
+
+(Appears on:PipelineRef, TaskRef) +
+ResolverRef can be used to refer to a Pipeline or Task in a remote +location like a git repo. This feature is in alpha and these fields +are only available when the alpha feature gate is enabled.
+Field | +Description | +
---|---|
+resolver + + +ResolverName + + + |
+
+(Optional)
+ Resolver is the name of the resolver that should perform +resolution of the referenced Tekton resource, such as “git”. + |
+
+resource + + +[]ResolverParam + + + |
+
+(Optional)
+ Resource contains the parameters used to identify the +referenced Tekton resource. Example entries might include +“repo” or “path” but the set of params ultimately depends on +the chosen resolver. + |
+
Container
ContainerState
Container
ContainerState
Bundle url reference to a Tekton Bundle.
ResolverRef
ResolverRef allows referencing a Task in a remote location +like a git repo. This field is only supported when the alpha +feature gate is enabled.
++(Appears on:PipelineTaskRunSpec, TaskRunSpec) +
+TaskRunSidecarOverride is used to override the values of a Sidecar in the corresponding Task.
+Field | +Description | +
---|---|
+Name + +string + + |
+
+ The name of the Sidecar to override. + |
+
+Resources + + +Kubernetes core/v1.ResourceRequirements + + + |
+
+ The resource requirements to apply to the Sidecar. + |
+
@@ -7772,6 +8063,40 @@ Template
Workspaces is a list of WorkspaceBindings from volumes to workspaces.
+stepOverrides
Overrides to apply to Steps in this TaskRun. +If a field is specified in both a Step and a StepOverride, +the value from the StepOverride will be used. +This field is only supported when the alpha feature gate is enabled.
+sidecarOverrides
Overrides to apply to Sidecars in this TaskRun. +If a field is specified in both a Sidecar and a SidecarOverride, +the value from the SidecarOverride will be used. +This field is only supported when the alpha feature gate is enabled.
+startTime
completionTime
+(Appears on:PipelineTaskRunSpec, TaskRunSpec) +
+TaskRunStepOverride is used to override the values of a Step in the corresponding Task.
+Field | +Description | +
---|---|
+Name + +string + + |
+
+ The name of the Step to override. + |
+
+Resources + + +Kubernetes core/v1.ResourceRequirements + + + |
+
+ The resource requirements to apply to the Step. + |
+
@@ -8069,7 +8436,7 @@ source mounted into /workspace.
volumes
stepTemplate
volumeClaimTemplate
persistentVolumeClaim
emptyDir
configMap
secret