Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type Manager interface + Get func(name string, options metav1.GetOptions) (*v1.Secret, error) + type Repository interface + Get func(name string) (crt []byte, key []byte, appError apperrors.AppError) + func NewRepository(secretsManager Manager) Repository