Skip to content

Commit

Permalink
remove runcontrollername from the codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jsminem committed Apr 13, 2023
1 parent abd1849 commit 0a616fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/pipeline/v1alpha1/run_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (r *Run) GetStatusCondition() apis.ConditionAccessor {

// GetGroupVersionKind implements kmeta.OwnerRefable.
func (*Run) GetGroupVersionKind() schema.GroupVersionKind {
return SchemeGroupVersion.WithKind(pipeline.RunControllerName)
return SchemeGroupVersion.WithKind(pipeline.CustomRunControllerName)
}

// HasPipelineRunOwnerReference returns true of Run has
Expand Down

0 comments on commit 0a616fc

Please sign in to comment.