Dagger
Search

examples

Examples for Helm module.

Installation

dagger install github.com/sagikazarmark/daggerverse/helm/examples/go@1a4dab1d055270b74e4c0de493c5b60bc25e7fd9

Entrypoint

Return Type
Examples
Example
func (m *myModule) example() *Examples  {
	return dag.
			Examples()
}

Types

Examples 🔗

all() 🔗

All executes all examples.

Return Type
Void !
Example
func (m *myModule) example(ctx context.Context)   {
	return dag.
			Examples().
			All(ctx)
}

helmCreate() 🔗

Return Type
Void !
Example
func (m *myModule) example(ctx context.Context)   {
	return dag.
			Examples().
			HelmCreate(ctx)
}