文件名称:static-resource
文件大小:14KB
文件格式:ZIP
更新时间:2024-03-28 02:54:23
Go
静态资源 提供静态信息的Concourse资源。 用Go语言编写。 例子 resource_types : - name : static-resource type : registry-image source : repository : logsquaredn/static-resource tag : latest resources : - name : config type : static-resource source : interface : key : value jobs : - name : some-job plan : ... - get : config params : format : yml - load_var : interface file : c
【文件预览】:
static-resource-main
----cmd()
--------in()
--------out()
--------check()
----command()
--------static_resource.go(2KB)
--------check.go(667B)
--------in.go(2KB)
--------out.go(560B)
----.gitignore(0B)
----dockerfiles()
--------ubuntu()
--------alpine()
----suite_test.go(209B)
----go.sum(7KB)
----README.md(1KB)
----types.go(2KB)
----cicd()
--------pipelines()
----go.mod(193B)