forked from tektoncd/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark PipelineResource cmds deprecated
This will mark pipelineresources related commands deprecated as it has been deprecated in pipeline long back and can get removed soon. we will also remove as it will get removed there Part of tektoncd#1657
- Loading branch information
1 parent
ff45bf2
commit 727b77b
Showing
21 changed files
with
26 additions
and
10 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
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
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
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
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
1 change: 1 addition & 0 deletions
1
pkg/cmd/pipelineresource/testdata/TestPipelineResourceDescribe_WithParams.golden
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
1 change: 1 addition & 0 deletions
1
pkg/cmd/pipelineresource/testdata/TestPipelineResourceDescribe_WithSecretParams.golden
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
1 change: 1 addition & 0 deletions
1
pkg/cmd/pipelineresource/testdata/TestPipelineResourceList-All_Namespaces.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Command "list" is deprecated, PipelineResource commands are deprecated, they will be removed soon as it get removed from API. | ||
NAMESPACE NAME TYPE DETAILS | ||
test-ns-1 test-5 cloudEvent targetURI: http://sink | ||
test-ns-1 test git url: [email protected]:tektoncd/cli-new.git | ||
|
1 change: 1 addition & 0 deletions
1
pkg/cmd/pipelineresource/testdata/TestPipelineResourceList-By_template.golden
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
1 change: 1 addition & 0 deletions
1
...pipelineresource/testdata/TestPipelineResourceList-Empty_Pipeline_Resource_by_type.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Command "list" is deprecated, PipelineResource commands are deprecated, they will be removed soon as it get removed from API. | ||
No pipelineresources found. |
1 change: 1 addition & 0 deletions
1
pkg/cmd/pipelineresource/testdata/TestPipelineResourceList-Invalid_namespace.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Command "list" is deprecated, PipelineResource commands are deprecated, they will be removed soon as it get removed from API. | ||
No pipelineresources found. |
1 change: 1 addition & 0 deletions
1
...elineresource/testdata/TestPipelineResourceList-Multiple_Pipeline_Resource_by_type.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Command "list" is deprecated, PipelineResource commands are deprecated, they will be removed soon as it get removed from API. | ||
NAME TYPE DETAILS | ||
test-1 image URL: quey.io/tekton/controller | ||
test-3 image --- |
1 change: 1 addition & 0 deletions
1
...cmd/pipelineresource/testdata/TestPipelineResourceList-Multiple_pipeline_resources.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Command "list" is deprecated, PipelineResource commands are deprecated, they will be removed soon as it get removed from API. | ||
NAME TYPE DETAILS | ||
test-5 cloudEvent targetURI: http://sink | ||
test git url: [email protected]:tektoncd/cli-new.git | ||
|
1 change: 1 addition & 0 deletions
1
pkg/cmd/pipelineresource/testdata/TestPipelineResourceList-No_Headers.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Command "list" is deprecated, PipelineResource commands are deprecated, they will be removed soon as it get removed from API. | ||
test-5 cloudEvent targetURI: http://sink | ||
test git url: [email protected]:tektoncd/cli-new.git | ||
test-2 git url: [email protected]:tektoncd/cli.git | ||
|
1 change: 1 addition & 0 deletions
1
...ipelineresource/testdata/TestPipelineResourceList-Single_Pipeline_Resource_by_type.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Command "list" is deprecated, PipelineResource commands are deprecated, they will be removed soon as it get removed from API. | ||
NAME TYPE DETAILS | ||
test-4 image URL: quey.io/tekton/webhook |
1 change: 1 addition & 0 deletions
1
pkg/cmd/pipelineresource/testdata/TestPipelineResourceList-Single_pipeline_resource.golden
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Command "list" is deprecated, PipelineResource commands are deprecated, they will be removed soon as it get removed from API. | ||
NAME TYPE DETAILS | ||
test-4 image URL: quey.io/tekton/webhook |