concourse
No long description provided.
Installation
dagger install github.com/vito/daggerverse/concourse@ea7c9fbdba6e64f5164184e604822a74728b37d0Entrypoint
Return Type
Concourse Example
dagger -m github.com/vito/daggerverse/concourse@ea7c9fbdba6e64f5164184e604822a74728b37d0 call \
func (m *MyModule) Example() *dagger.Concourse {
return dag.
Concourse()
}@function
def example() -> dagger.Concourse:
return (
dag.concourse()
)@func()
example(): Concourse {
return dag
.concourse()
}Types
Concourse 🔗
quickstart() 🔗
Return Type
Service !Arguments
| Name | Type | Default Value | Description |
|---|---|---|---|
| opts | QuickstartOpts ! | - | No description provided |
Example
echo 'Custom types are not supported in shell examples'func (m *MyModule) Example(opts *dagger.ConcourseQuickstartOpts) *dagger.Service {
return dag.
Concourse().
Quickstart(opts)
}@function
def example(opts: dagger.ConcourseQuickstartOpts) -> dagger.Service:
return (
dag.concourse()
.quickstart(opts)
)@func()
example(opts: ConcourseQuickstartOpts): Service {
return dag
.concourse()
.quickstart(opts)
}QuickstartOpts 🔗
image() 🔗
Return Type
String ! Example
Function ConcourseQuickstartOpts.image is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.image is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.image is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.image is not accessible from the concourse modulewebPort() 🔗
Return Type
Integer ! Example
Function ConcourseQuickstartOpts.webPort is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.webPort is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.webPort is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.webPort is not accessible from the concourse moduledbimage() 🔗
Return Type
String ! Example
Function ConcourseQuickstartOpts.dbimage is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.dbimage is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.dbimage is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.dbimage is not accessible from the concourse moduledbname() 🔗
Return Type
String ! Example
Function ConcourseQuickstartOpts.dbname is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.dbname is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.dbname is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.dbname is not accessible from the concourse moduleruntime() 🔗
Return Type
String ! Example
Function ConcourseQuickstartOpts.runtime is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.runtime is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.runtime is not accessible from the concourse moduleFunction ConcourseQuickstartOpts.runtime is not accessible from the concourse module