package
0.0.0-20250304201544-e5f78fe3ede9
Repository: https://github.com/kubernetes/kube-openapi.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package proto is a collection of libraries for parsing and indexing the type definitions.
No description provided by the author

# Functions

GetCanonicalTypeName will find the canonical type name of a sample object, removing the "vendor" part of the path.
NewTrie creates a Trie and add all strings in the provided list to it.
[DEPRECATED] ToCanonicalName converts Golang package/type canonical name into REST friendly OpenAPI name.
ToRESTFriendlyName converts Golang package/type canonical name into REST friendly OpenAPI name.

# Structs

A simple trie implementation with Add and HasPrefix methods only.

# Interfaces

OpenAPICanonicalTypeNamer is an interface for models without Go type to seed model name.