package
0.33.0-alpha.2
Repository: https://github.com/kubernetes/apiserver.git
Documentation: pkg.go.dev
# Functions
NewDefinitionsSchemaResolver creates a new DefinitionsSchemaResolver.
PopulateRefs recursively replaces Refs in the schema with the referred one.
# Variables
ErrSchemaNotFound is wrapped and returned if the schema cannot be located by the resolver.
# Structs
ClientDiscoveryResolver uses client-go discovery to resolve schemas at run time.
DefinitionsSchemaResolver resolves the schema of a built-in type by looking up the OpenAPI definitions.
# Interfaces
SchemaResolver finds the OpenAPI schema for the given GroupVersionKind.