-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove PipelineStatus and PipelineResourceStatus
This removes two struct types: * `PipelineStatus` * `PipelineResourceStatus` These Status types were unused and did not follow the pattern of using Knative's DuckType. Other types such as `Task` do not have a Status type and instead defer to their corresponding `TaskRun` status. fixes #1636
- Loading branch information
1 parent
fb36ff3
commit e75dbaa
Showing
7 changed files
with
2 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
pkg/client/clientset/versioned/typed/pipeline/v1alpha1/fake/fake_pipeline.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
pkg/client/clientset/versioned/typed/pipeline/v1alpha1/fake/fake_pipelineresource.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
pkg/client/clientset/versioned/typed/pipeline/v1alpha1/pipeline.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
pkg/client/clientset/versioned/typed/pipeline/v1alpha1/pipelineresource.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.