const ContentTypeOpenAPIV3PB = "application/com.github.proto-openapi.spec.v3@v1.0+protobuf"
func NewTypeConverter(client Client, preserveUnknownFields bool) (managedfields.TypeConverter, error)
type Client interface { Paths() (map[string]GroupVersion, error) }
func NewClient(restClient rest.Interface) Client
type GroupVersion interface { Schema(contentType string) ([]byte, error) }
Name | Synopsis |
---|---|
.. | |
cached | |
openapitest |