Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type API struct + Credentials *Credentials + Spec []byte + TargetUrl string + type Credentials struct + Oauth Oauth + type Oauth struct + ClientID string + ClientSecret string + URL string + type Service interface + Delete func(remoteEnvironment, id string) apperrors.AppError + New func(remoteEnvironment, id string, api *API) (*remoteenv.ServiceAPI, apperrors.AppError) + Read func(remoteEnvironment string, serviceApi *remoteenv.ServiceAPI) (*API, apperrors.AppError) + Update func(remoteEnvironment, id string, api *API) (*remoteenv.ServiceAPI, apperrors.AppError) + func NewService(nameResolver k8sconsts.NameResolver, ...) Service