Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type Manager struct + func (_m *Manager) Create(_a0 *v1.Secret) (*v1.Secret, error) + func (_m *Manager) Delete(name string, options *metav1.DeleteOptions) error + func (_m *Manager) Get(name string, options metav1.GetOptions) (*v1.Secret, error) + func (_m *Manager) Update(_a0 *v1.Secret) (*v1.Secret, error) + type Repository struct + func (_m *Repository) Create(remoteEnvironment string, name string, clientID string, clientSecret string, ...) apperrors.AppError + func (_m *Repository) Delete(name string) apperrors.AppError + func (_m *Repository) Get(remoteEnvironment string, name string) (string, string, apperrors.AppError) + func (_m *Repository) Upsert(remoteEnvironment string, name string, clientID string, clientSecret string, ...) apperrors.AppError