Dagger
Search

examples

Examples for Helm module.

Installation

dagger install github.com/sagikazarmark/daggerverse/helm/examples/go@77b2abc57caee80bafe003f94dcf11c3dbb7abc1

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