kubernetes/vendor/github.com/google/gnostic-models/compiler/context.go

type Context

// NewContextWithExtensions returns a new object representing the compiler state
func NewContextWithExtensions(name string, node *yaml.Node, parent *Context, extensionHandlers *[]ExtensionHandler) *Context {}

// NewContext returns a new object representing the compiler state
func NewContext(name string, node *yaml.Node, parent *Context) *Context {}

// Description returns a text description of the compiler state
func (context *Context) Description() string {}