type FakeResources …
var _ …
func NewFakeResources(path string) *FakeResources { … }
func (f *FakeResources) LookupResource(gvk schema.GroupVersionKind) proto.Schema { … }
func (f *FakeResources) GetConsumes(gvk schema.GroupVersionKind, operation string) []string { … }
type EmptyResources …
var _ …
func (f EmptyResources) LookupResource(gvk schema.GroupVersionKind) proto.Schema { … }
func (f EmptyResources) GetConsumes(gvk schema.GroupVersionKind, operation string) []string { … }
func CreateOpenAPISchemaFunc(path string) func() (openapi.Resources, error) { … }