Versions in this module Expand all Collapse all v0 v0.3.2 Nov 9, 2018 Changes in this version + func RegisterRouter(ws *restful.WebService) + type APIService struct + func NewAPIService(c client.Client) *APIService + func (s *APIService) CreateBackend(request *restful.Request, response *restful.Response) + func (s *APIService) DeleteBackend(request *restful.Request, response *restful.Response) + func (s *APIService) GetBackend(request *restful.Request, response *restful.Response) + func (s *APIService) ListBackend(request *restful.Request, response *restful.Response) + func (s *APIService) ListType(request *restful.Request, response *restful.Response) + func (s *APIService) UpdateBackend(request *restful.Request, response *restful.Response)