Dagger
Search

tests

No long description provided.

Installation

dagger install github.com/purpleclay/daggerverse/kubeconform/tests@ad906ad8d9c8dc0eed15813a7b57d8015a55823b

Entrypoint

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

Types

Tests 🔗

allTests() 🔗

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

validate() 🔗

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

validateWithCrd() 🔗

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

validateDirectory() 🔗

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

validateInvalidFile() 🔗

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