tests
No long description provided.
Installation
dagger install github.com/purpleclay/daggerverse/kubeconform/tests@ee2a91163f9a4e8ff485f215a81c66a9aafe7b65
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)
}
validateWithCustomSchema() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
ValidateWithCustomSchema(ctx)
}
validateWithLocalCrds() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
ValidateWithLocalCrds(ctx)
}
validateWithRemoteCrds() 🔗
Return Type
Void !
Example
func (m *myModule) example(ctx context.Context) {
return dag.
Tests().
ValidateWithRemoteCrds(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)
}