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) CreatePlan(request *restful.Request, response *restful.Response) + func (s *APIService) CreatePolicy(request *restful.Request, response *restful.Response) + func (s *APIService) DeletePlan(request *restful.Request, response *restful.Response) + func (s *APIService) DeletePolicy(request *restful.Request, response *restful.Response) + func (s *APIService) GetJob(request *restful.Request, response *restful.Response) + func (s *APIService) GetPlan(request *restful.Request, response *restful.Response) + func (s *APIService) GetPolicy(request *restful.Request, response *restful.Response) + func (s *APIService) ListJob(request *restful.Request, response *restful.Response) + func (s *APIService) ListPlan(request *restful.Request, response *restful.Response) + func (s *APIService) ListPolicy(request *restful.Request, response *restful.Response) + func (s *APIService) RunPlan(request *restful.Request, response *restful.Response) + func (s *APIService) UpdatePlan(request *restful.Request, response *restful.Response) + func (s *APIService) UpdatePolicy(request *restful.Request, response *restful.Response)