kubernetes/vendor/github.com/emicklei/go-restful/v3/route_reader.go

type RouteReader

type routeAccessor

func (r routeAccessor) Method() string {}

func (r routeAccessor) Consumes() []string {}

func (r routeAccessor) Path() string {}

func (r routeAccessor) Doc() string {}

func (r routeAccessor) Notes() string {}

func (r routeAccessor) Operation() string {}

func (r routeAccessor) ParameterDocs() []*Parameter {}

// Returns a copy
func (r routeAccessor) Metadata() map[string]interface{}

func (r routeAccessor) Deprecated() bool {}

// https://stackoverflow.com/questions/23057785/how-to-copy-a-map
func copyMap(m map[string]interface{}