Versions in this module Expand all Collapse all v0 v0.2.0 Mar 30, 2020 Changes in this version + const Endpoint + const Name + func IsExecutionFailed(err error) bool + func IsInvalidConfig(err error) bool + type Config struct + Logger micrologger.Logger + RestClient *resty.Client + URL *url.URL + func DefaultConfig() Config + type Request struct + Cluster *config.Cluster + func DefaultRequest() Request + type Response struct + func DefaultResponse() *Response + type Service struct + func New(config Config) (*Service, error) + func (s *Service) Delete(ctx context.Context, request Request) (*Response, error)