Versions in this module Expand all Collapse all v0 v0.27.3 Apr 19, 2026 Changes in this version + func ToV3ProtoBinary(json []byte) ([]byte, error) + type OpenAPIService struct + func NewOpenAPIService() *OpenAPIService + func (o *OpenAPIService) DeleteGroupVersion(group string) + func (o *OpenAPIService) HandleDiscovery(w http.ResponseWriter, r *http.Request) + func (o *OpenAPIService) HandleGroupVersion(w http.ResponseWriter, r *http.Request) + func (o *OpenAPIService) RegisterOpenAPIV3VersionedService(servePath string, handler common.PathHandlerByGroupVersion) error + func (o *OpenAPIService) UpdateGroupVersion(group string, openapi *spec3.OpenAPI) + func (o *OpenAPIService) UpdateGroupVersionLazy(group string, openapi cached.Value[*spec3.OpenAPI]) + type OpenAPIV3Discovery struct + Paths map[string]OpenAPIV3DiscoveryGroupVersion + type OpenAPIV3DiscoveryGroupVersion struct + ServerRelativeURL string