Dagger
Search

examples

Examples for Helm module.

Installation

dagger install github.com/sagikazarmark/daggerverse/helm/examples/go@3cce76b2a8cfa1434b0264892e3c9f0ea3a4ae51

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