Skip to content

Commit

Permalink
Update docstring of v1beta1.PipelineObject
Browse files Browse the repository at this point in the history
This commit clarifies the v1beta1.PipelineObject by deleting the ClusterPipeline which
had not been implemented.
  • Loading branch information
JeromeJu authored and tekton-robot committed Mar 30, 2023
1 parent 54c0f84 commit 7a40e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pipeline-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9034,7 +9034,7 @@ map[string]string
<h3 id="tekton.dev/v1beta1.PipelineObject">PipelineObject
</h3>
<div>
<p>PipelineObject is implemented by Pipeline and ClusterPipeline</p>
<p>PipelineObject is implemented by Pipeline</p>
</div>
<h3 id="tekton.dev/v1beta1.PipelineRef">PipelineRef
</h3>
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/pipeline/v1beta1/pipeline_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"knative.dev/pkg/apis"
)

// PipelineObject is implemented by Pipeline and ClusterPipeline
// PipelineObject is implemented by Pipeline
type PipelineObject interface {
apis.Defaultable
PipelineMetadata() metav1.ObjectMeta
Expand Down

0 comments on commit 7a40e9d

Please sign in to comment.