You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--pipeline-version string apiVersion of the Pipeline to be signed (default "v1")
37
38
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
38
39
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
--pipeline-version string apiVersion of the Pipeline to be verified (default "v1")
36
37
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
37
38
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
--pipeline-version string apiVersion of the Task to be signed (default "v1")
37
38
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
38
39
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
--pipeline-version string apiVersion of the Task to be verified (default "v1")
36
37
--show-managed-fields If true, keep the managedFields when printing objects in JSON or YAML format.
37
38
--template string Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
expected:="*Warning*: This is an experimental command, it's usage and behavior can change in the next release(s)\nPipeline testdata/pipeline.yaml is signed successfully \n"
expected:=fmt.Sprintf("*Warning*: This is an experimental command, it's usage and behavior can change in the next release(s)\nPipeline %s is signed successfully \n", tc.taskFile)
expected:=fmt.Sprintf("*Warning*: This is an experimental command, it's usage and behavior can change in the next release(s)\nPipeline %s passes verification \n", tc.taskFile)
50
+
test.AssertOutput(t, expected, out)
51
+
})
34
52
}
35
-
expected:="*Warning*: This is an experimental command, it's usage and behavior can change in the next release(s)\nPipeline testdata/signed.yaml passes verification \n"
0 commit comments