MCPcopy
hub / github.com/carvel-dev/ytt / newValidationRun

Function newValidationRun

pkg/validations/validate.go:83–85  ·  view source on GitHub ↗
(threadName string, root yamlmeta.Node)

Source from the content-addressed store, hash-verified

81}
82
83func newValidationRun(threadName string, root yamlmeta.Node) *validationRun {
84 return &validationRun{thread: &starlark.Thread{Name: threadName}, root: root}
85}
86
87// VisitWithParent if `node` has validations in its meta.
88// Runs those validations, collecting any violations

Callers 1

RunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…