kubernetes/pkg/controller/garbagecollector/errors.go

type restMappingError

func (r *restMappingError) Error() string {}

// Message prints more details
func (r *restMappingError) Message() string {}

func newRESTMappingError(kind, version string) *restMappingError {}