Dagger
Search

examples

Examples for Helm module

Installation

dagger install github.com/sagikazarmark/daggerverse/helm/examples/go@07f08ab95be76586c798bc55424c684ad6d41497

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)
}