concourse
No long description provided.
Installation
dagger install github.com/vito/daggerverse/concourse@ea7c9fbdba6e64f5164184e604822a74728b37d0
Entrypoint
Return Type
Concourse
Example
dagger -m github.com/vito/daggerverse/concourse@ea7c9fbdba6e64f5164184e604822a74728b37d0 call \
func (m *myModule) example() *Concourse {
return dag.
Concourse()
}
@function
def example() -> dag.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 *ConcourseQuickstartOpts) *Service {
return dag.
Concourse().
Quickstart(opts)
}
@function
def example(opts: dag.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 module
Function ConcourseQuickstartOpts.image is not accessible from the concourse module
Function ConcourseQuickstartOpts.image is not accessible from the concourse module
Function ConcourseQuickstartOpts.image is not accessible from the concourse module
webPort() 🔗
Return Type
Integer !
Example
Function ConcourseQuickstartOpts.webPort is not accessible from the concourse module
Function ConcourseQuickstartOpts.webPort is not accessible from the concourse module
Function ConcourseQuickstartOpts.webPort is not accessible from the concourse module
Function ConcourseQuickstartOpts.webPort is not accessible from the concourse module
dbimage() 🔗
Return Type
String !
Example
Function ConcourseQuickstartOpts.dbimage is not accessible from the concourse module
Function ConcourseQuickstartOpts.dbimage is not accessible from the concourse module
Function ConcourseQuickstartOpts.dbimage is not accessible from the concourse module
Function ConcourseQuickstartOpts.dbimage is not accessible from the concourse module
dbname() 🔗
Return Type
String !
Example
Function ConcourseQuickstartOpts.dbname is not accessible from the concourse module
Function ConcourseQuickstartOpts.dbname is not accessible from the concourse module
Function ConcourseQuickstartOpts.dbname is not accessible from the concourse module
Function ConcourseQuickstartOpts.dbname is not accessible from the concourse module
runtime() 🔗
Return Type
String !
Example
Function ConcourseQuickstartOpts.runtime is not accessible from the concourse module
Function ConcourseQuickstartOpts.runtime is not accessible from the concourse module
Function ConcourseQuickstartOpts.runtime is not accessible from the concourse module
Function ConcourseQuickstartOpts.runtime is not accessible from the concourse module