File tree 2 files changed +3
-3
lines changed
pkg/apis/pipeline/v1alpha1
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
22
22
)
23
23
24
- // PipelineSpec defines the desired state of PipeLine .
24
+ // PipelineSpec defines the desired state of Pipeline .
25
25
type PipelineSpec struct {
26
26
Resources []PipelineDeclaredResource `json:"resources,omitempty"`
27
27
Tasks []PipelineTask `json:"tasks,omitempty"`
@@ -94,7 +94,7 @@ type PipelineTaskParam struct {
94
94
Value string `json:"value"`
95
95
}
96
96
97
- // PipelineParam defines arbitrary parameters needed by a pipeline beyond typed inputs
97
+ // PipelineParam defines arbitrary parameters needed by a Pipeline beyond typed inputs
98
98
// such as resources.
99
99
type PipelineParam struct {
100
100
Name string `json:"name"`
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ type PipelineRunSpec struct {
54
54
// +optional
55
55
Status PipelineRunSpecStatus `json:"status,omitempty"`
56
56
// Time after which the Pipeline times out. Defaults to never.
57
- // Refer Go's ParseDuration documentation for expected format: https://golang.org/pkg/time/#ParseDuration
57
+ // Refer to Go's ParseDuration documentation for expected format: https://golang.org/pkg/time/#ParseDuration
58
58
// +optional
59
59
Timeout * metav1.Duration `json:"timeout,omitempty"`
60
60
// NodeSelector is a selector which must be true for the pod to fit on a node.
You can’t perform that action at this time.
0 commit comments