Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/carvel-dev/ytt
/ CheckType
Method
CheckType
pkg/schema/type.go:17–17 ·
view source on GitHub ↗
(node yamlmeta.Node)
Source
from the content-addressed store, hash-verified
15
type
Type
interface
{
16
AssignTypeTo(node yamlmeta.Node) TypeCheck
17
CheckType(node yamlmeta.Node) TypeCheck
18
19
GetValueType() Type
20
GetDefaultValue()
interface
{}
Callers
7
checkExamplesValue
Function · 0.65
getValueFromAnn
Function · 0.65
Visit
Method · 0.65
CheckType
Method · 0.65
CheckType
Method · 0.65
CheckType
Method · 0.65
CheckType
Method · 0.65
Implementers
8
DocumentType
pkg/schema/type.go
MapType
pkg/schema/type.go
MapItemType
pkg/schema/type.go
ArrayType
pkg/schema/type.go
ArrayItemType
pkg/schema/type.go
ScalarType
pkg/schema/type.go
AnyType
pkg/schema/type.go
NullType
pkg/schema/type.go
Calls
no outgoing calls
Tested by
no test coverage detected