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

# Functions

BuildAndRegisterOpenAPIVersionedService builds the spec and registers a handler to provide access to it.
BuildAndRegisterOpenAPIVersionedServiceFromRoutes builds the spec and registers a handler to provide access to it.
NewOpenAPIService builds an OpenAPIService starting with the given spec.
NewOpenAPIServiceLazy builds an OpenAPIService from lazy spec.
PruneDefaults remove all the defaults recursively from all the schemas in the definitions, and does not modify the definitions in place.
PruneDefaultsSchema remove all the defaults recursively from the schema in place.
RegisterOpenAPIVersionedService registers a handler to provide access to provided swagger spec.
No description provided by the author

# Structs

OpenAPIService is the service responsible for serving OpenAPI spec.